Color Hex Logo

#cfca1f Color Hex

#CFCA1F
(207,202,31)
0 Favorites   0 Comments

Color spaces of #cfca1f

RGB 20720231
HSL0.160.740.47
HSV58°85°81°
CMYK 0.000.020.85   0.19
XYZ47.100055.60549.5468
Yxy55.60540.41960.4954
Hunter Lab74.5690-17.749944.6076
CIE-Lab79.3887-15.490375.6122

#cfca1f color RGB value is (207,202,31).

#cfca1f hex color red value is 207, green value is 202 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cfca1f hue: 0.16 , saturation: 0.74 and the lightness value of cfca1f is 0.47.

The process color (four color CMYK) of #cfca1f color hex is 0.00, 0.02, 0.85, 0.19. Web safe color of #cfca1f is #cccc33. Color #cfca1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001010 00011111
Octal 317 312 37
Decimal 207 202 31
Hex CF CA 1F

RGB Percentages of Color #cfca1f

%47.05
%45.91
%7.05

CMYK Percentages of Color #cfca1f

%0
%2
%85
%19

Triadic Colors of #cfca1f

#cfca1f #1fcfca #ca1fcf

Analogous Colors of #cfca1f

#cfca1f #7ccf1f #cf721f

Monochromatic Colors of #cfca1f

#cfca1f

Complementary Color

#cfca1f #1f24cf

#cfca1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfca1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfca1f Color CSS Codes

.mybgcolor {background-color:#cfca1f; } 
.myforecolor {color:#cfca1f; }
.mybordercolor {border:3px solid #cfca1f; }

#cfca1f Text Font Color

<p style="color:#cfca1f">Text here</p>

This sample text font color is #cfca1f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cfca1f Background Color

<div style="background-color:#cfca1f">
Div content here</div>

This div background color is #cfca1f


#cfca1f Border Color

<div style="border:3px solid #cfca1f">
Div here</div>

This div border color is #cfca1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,202,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfca1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfca1f;
  -webkit-box-shadow: 1px 1px 3px 2px #cfca1f;
  box-shadow:         1px 1px 3px 2px #cfca1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,202,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cfca1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cfca1f;
  -webkit-box-shadow: 1px 1px 3px 2px #cfca1f;
  box-shadow:         1px 1px 3px 2px #cfca1f;">
Div content here</div>

This div box has shadow with color #cfca1f


Comments

No comments written yet.

Please login to write comment.