Color Hex Logo

#cec59f Color Hex

#CEC59F
(206,197,159)
0 Favorites   0 Comments

Color spaces of #cec59f

RGB 206197159
HSL0.130.320.72
HSV49°23°81°
CMYK 0.000.040.23   0.19
XYZ51.677955.557540.8008
Yxy55.55750.34910.3753
Hunter Lab74.5369-6.682019.7210
CIE-Lab79.3613-2.947420.2268

#cec59f color RGB value is (206,197,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 10011111
Octal 316 305 237
Decimal 206 197 159
Hex CE C5 9F

RGB Percentages of Color #cec59f

%36.65
%35.05
%28.29

CMYK Percentages of Color #cec59f

%0
%4
%23
%19

Triadic Colors of #cec59f

#cec59f #9fcec5 #c59fce

Analogous Colors of #cec59f

#cec59f #c0ce9f #ceae9f

Monochromatic Colors of #cec59f

#cec59f

Complementary Color

#cec59f #9fa8ce

#cec59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec59f Color CSS Codes

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

#cec59f Text Font Color

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

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


#cec59f Background Color

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

This div background color is #cec59f


#cec59f Border Color

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

This div border color is #cec59f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,197,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec59f


Comments

No comments written yet.

Please login to write comment.