Color Hex Logo

#cecb88 Color Hex

#CECB88
(206,203,136)
0 Favorites   0 Comments

Color spaces of #cecb88

RGB 206203136
HSL0.160.420.67
HSV57°34°81°
CMYK 0.000.010.34   0.19
XYZ51.253557.611331.7113
Yxy57.61130.36460.4098
Hunter Lab75.9021-12.295128.3606
CIE-Lab80.5222-9.071533.8468

#cecb88 color RGB value is (206,203,136).

#cecb88 hex color red value is 206, green value is 203 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cecb88 hue: 0.16 , saturation: 0.42 and the lightness value of cecb88 is 0.67.

The process color (four color CMYK) of #cecb88 color hex is 0.00, 0.01, 0.34, 0.19. Web safe color of #cecb88 is #cccc99. Color #cecb88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 10001000
Octal 316 313 210
Decimal 206 203 136
Hex CE CB 88

RGB Percentages of Color #cecb88

%37.80
%37.25
%24.95

CMYK Percentages of Color #cecb88

%0
%1
%34
%19

Triadic Colors of #cecb88

#cecb88 #88cecb #cb88ce

Analogous Colors of #cecb88

#cecb88 #aece88 #cea888

Monochromatic Colors of #cecb88

#cecb88

Complementary Color

#cecb88 #888bce

#cecb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb88 Color CSS Codes

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

#cecb88 Text Font Color

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

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


#cecb88 Background Color

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

This div background color is #cecb88


#cecb88 Border Color

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

This div border color is #cecb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb88


Comments

No comments written yet.

Please login to write comment.