Color Hex Logo

#cfc78a Color Hex

#CFC78A
(207,199,138)
0 Favorites   0 Comments

Color spaces of #cfc78a

RGB 207199138
HSL0.150.420.68
HSV53°33°81°
CMYK 0.000.040.33   0.19
XYZ50.743055.947232.1692
Yxy55.94720.36540.4029
Hunter Lab74.7979-9.801526.8590
CIE-Lab79.5838-6.382231.5937

#cfc78a color RGB value is (207,199,138).

#cfc78a hex color red value is 207, green value is 199 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cfc78a hue: 0.15 , saturation: 0.42 and the lightness value of cfc78a is 0.68.

The process color (four color CMYK) of #cfc78a color hex is 0.00, 0.04, 0.33, 0.19. Web safe color of #cfc78a is #cccc99. Color #cfc78a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 10001010
Octal 317 307 212
Decimal 207 199 138
Hex CF C7 8A

RGB Percentages of Color #cfc78a

%38.05
%36.58
%25.37

CMYK Percentages of Color #cfc78a

%0
%4
%33
%19

Triadic Colors of #cfc78a

#cfc78a #8acfc7 #c78acf

Analogous Colors of #cfc78a

#cfc78a #b5cf8a #cfa58a

Monochromatic Colors of #cfc78a

#cfc78a

Complementary Color

#cfc78a #8a92cf

#cfc78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc78a Color CSS Codes

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

#cfc78a Text Font Color

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

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


#cfc78a Background Color

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

This div background color is #cfc78a


#cfc78a Border Color

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

This div border color is #cfc78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc78a


Comments

No comments written yet.

Please login to write comment.