Color Hex Logo

#cec99b Color Hex

#CEC99B
(206,201,155)
0 Favorites   0 Comments

Color spaces of #cec99b

RGB 206201155
HSL0.150.340.71
HSV54°25°81°
CMYK 0.000.020.25   0.19
XYZ52.256657.261739.3087
Yxy57.26170.35110.3848
Hunter Lab75.6715-9.157922.1709
CIE-Lab80.3266-5.590423.6706

#cec99b color RGB value is (206,201,155).

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

The process color (four color CMYK) of #cec99b color hex is 0.00, 0.02, 0.25, 0.19. Web safe color of #cec99b is #cccc99. Color #cec99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 10011011
Octal 316 311 233
Decimal 206 201 155
Hex CE C9 9B

RGB Percentages of Color #cec99b

%36.65
%35.77
%27.58

CMYK Percentages of Color #cec99b

%0
%2
%25
%19

Triadic Colors of #cec99b

#cec99b #9bcec9 #c99bce

Analogous Colors of #cec99b

#cec99b #bace9b #ceb09b

Monochromatic Colors of #cec99b

#cec99b

Complementary Color

#cec99b #9ba0ce

#cec99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec99b Color CSS Codes

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

#cec99b Text Font Color

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

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


#cec99b Background Color

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

This div background color is #cec99b


#cec99b Border Color

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

This div border color is #cec99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec99b


Comments

No comments written yet.

Please login to write comment.