Color Hex Logo

#cec89c Color Hex

#CEC89C
(206,200,156)
0 Favorites   0 Comments

Color spaces of #cec89c

RGB 206200156
HSL0.150.340.71
HSV53°24°81°
CMYK 0.000.030.24   0.19
XYZ52.108656.830739.6755
Yxy56.83070.35060.3824
Hunter Lab75.3861-8.542521.5661
CIE-Lab80.0843-4.933122.8113

#cec89c color RGB value is (206,200,156).

#cec89c hex color red value is 206, green value is 200 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cec89c hue: 0.15 , saturation: 0.34 and the lightness value of cec89c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 10011100
Octal 316 310 234
Decimal 206 200 156
Hex CE C8 9C

RGB Percentages of Color #cec89c

%36.65
%35.59
%27.76

CMYK Percentages of Color #cec89c

%0
%3
%24
%19

Triadic Colors of #cec89c

#cec89c #9ccec8 #c89cce

Analogous Colors of #cec89c

#cec89c #bbce9c #ceaf9c

Monochromatic Colors of #cec89c

#cec89c

Complementary Color

#cec89c #9ca2ce

#cec89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec89c Color CSS Codes

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

#cec89c Text Font Color

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

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


#cec89c Background Color

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

This div background color is #cec89c


#cec89c Border Color

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

This div border color is #cec89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec89c


Comments

No comments written yet.

Please login to write comment.