Color Hex Logo

#cfc79e Color Hex

#CFC79E
(207,199,158)
0 Favorites   0 Comments

Color spaces of #cfc79e

RGB 207199158
HSL0.140.340.72
HSV50°24°81°
CMYK 0.000.040.24   0.19
XYZ52.327156.580940.5110
Yxy56.58090.35020.3787
Hunter Lab75.2203-7.461720.7227
CIE-Lab79.9433-3.754221.5724

#cfc79e color RGB value is (207,199,158).

#cfc79e hex color red value is 207, green value is 199 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cfc79e hue: 0.14 , saturation: 0.34 and the lightness value of cfc79e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 10011110
Octal 317 307 236
Decimal 207 199 158
Hex CF C7 9E

RGB Percentages of Color #cfc79e

%36.70
%35.28
%28.01

CMYK Percentages of Color #cfc79e

%0
%4
%24
%19

Triadic Colors of #cfc79e

#cfc79e #9ecfc7 #c79ecf

Analogous Colors of #cfc79e

#cfc79e #bfcf9e #cfaf9e

Monochromatic Colors of #cfc79e

#cfc79e

Complementary Color

#cfc79e #9ea6cf

#cfc79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc79e Color CSS Codes

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

#cfc79e Text Font Color

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

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


#cfc79e Background Color

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

This div background color is #cfc79e


#cfc79e Border Color

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

This div border color is #cfc79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc79e


Comments

No comments written yet.

Please login to write comment.