Color Hex Logo

#cfc04a Color Hex

#CFC04A
(207,192,74)
0 Favorites   0 Comments

Color spaces of #cfc04a

RGB 20719274
HSL0.150.580.55
HSV53°64°81°
CMYK 0.000.070.64   0.19
XYZ45.817851.459113.9963
Yxy51.45910.41180.4625
Hunter Lab71.7350-11.526738.6464
CIE-Lab76.9563-8.629259.3331

#cfc04a color RGB value is (207,192,74).

#cfc04a hex color red value is 207, green value is 192 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cfc04a hue: 0.15 , saturation: 0.58 and the lightness value of cfc04a is 0.55.

The process color (four color CMYK) of #cfc04a color hex is 0.00, 0.07, 0.64, 0.19. Web safe color of #cfc04a is #cccc33. Color #cfc04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000000 01001010
Octal 317 300 112
Decimal 207 192 74
Hex CF C0 4A

RGB Percentages of Color #cfc04a

%43.76
%40.59
%15.64

CMYK Percentages of Color #cfc04a

%0
%7
%64
%19

Triadic Colors of #cfc04a

#cfc04a #4acfc0 #c04acf

Analogous Colors of #cfc04a

#cfc04a #9ccf4a #cf7e4a

Monochromatic Colors of #cfc04a

#cfc04a

Complementary Color

#cfc04a #4a59cf

#cfc04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc04a Color CSS Codes

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

#cfc04a Text Font Color

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

This sample text font color is #cfc04a
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.


#cfc04a Background Color

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

This div background color is #cfc04a


#cfc04a Border Color

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

This div border color is #cfc04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc04a


Comments

No comments written yet.

Please login to write comment.