Color Hex Logo

#cfc59e Color Hex

#CFC59E
(207,197,158)
0 Favorites   0 Comments

Color spaces of #cfc59e

RGB 207197158
HSL0.130.340.72
HSV48°24°81°
CMYK 0.000.050.24   0.19
XYZ51.869955.666540.3586
Yxy55.66650.35070.3764
Hunter Lab74.6100-6.471820.1554
CIE-Lab79.4236-2.711320.8571

#cfc59e color RGB value is (207,197,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 10011110
Octal 317 305 236
Decimal 207 197 158
Hex CF C5 9E

RGB Percentages of Color #cfc59e

%36.83
%35.05
%28.11

CMYK Percentages of Color #cfc59e

%0
%5
%24
%19

Triadic Colors of #cfc59e

#cfc59e #9ecfc5 #c59ecf

Analogous Colors of #cfc59e

#cfc59e #c1cf9e #cfad9e

Monochromatic Colors of #cfc59e

#cfc59e

Complementary Color

#cfc59e #9ea8cf

#cfc59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc59e Color CSS Codes

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

#cfc59e Text Font Color

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

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


#cfc59e Background Color

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

This div background color is #cfc59e


#cfc59e Border Color

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

This div border color is #cfc59e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,197,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 #cfc59e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc59e


Comments

No comments written yet.

Please login to write comment.