Color Hex Logo

#cfc66f Color Hex

#CFC66F
(207,198,111)
0 Favorites   0 Comments

Color spaces of #cfc66f

RGB 207198111
HSL0.150.500.62
HSV54°46°81°
CMYK 0.000.040.46   0.19
XYZ48.795554.801323.0448
Yxy54.80130.38530.4327
Hunter Lab74.0279-11.890533.3626
CIE-Lab78.9267-8.806944.4782

#cfc66f color RGB value is (207,198,111).

#cfc66f hex color red value is 207, green value is 198 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfc66f hue: 0.15 , saturation: 0.50 and the lightness value of cfc66f is 0.62.

The process color (four color CMYK) of #cfc66f color hex is 0.00, 0.04, 0.46, 0.19. Web safe color of #cfc66f is #cccc66. Color #cfc66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 01101111
Octal 317 306 157
Decimal 207 198 111
Hex CF C6 6F

RGB Percentages of Color #cfc66f

%40.12
%38.37
%21.51

CMYK Percentages of Color #cfc66f

%0
%4
%46
%19

Triadic Colors of #cfc66f

#cfc66f #6fcfc6 #c66fcf

Analogous Colors of #cfc66f

#cfc66f #a8cf6f #cf966f

Monochromatic Colors of #cfc66f

#cfc66f

Complementary Color

#cfc66f #6f78cf

#cfc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc66f Color CSS Codes

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

#cfc66f Text Font Color

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

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


#cfc66f Background Color

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

This div background color is #cfc66f


#cfc66f Border Color

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

This div border color is #cfc66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc66f


Comments

No comments written yet.

Please login to write comment.