Color Hex Logo

#cec99d Color Hex

#CEC99D
(206,201,157)
0 Favorites   0 Comments

Color spaces of #cec99d

RGB 206201157
HSL0.150.330.71
HSV54°24°81°
CMYK 0.000.020.24   0.19
XYZ52.426057.329440.2008
Yxy57.32940.34960.3823
Hunter Lab75.7162-8.909621.5219
CIE-Lab80.3645-5.311822.6668

#cec99d color RGB value is (206,201,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 10011101
Octal 316 311 235
Decimal 206 201 157
Hex CE C9 9D

RGB Percentages of Color #cec99d

%36.52
%35.64
%27.84

CMYK Percentages of Color #cec99d

%0
%2
%24
%19

Triadic Colors of #cec99d

#cec99d #9dcec9 #c99dce

Analogous Colors of #cec99d

#cec99d #bbce9d #ceb19d

Monochromatic Colors of #cec99d

#cec99d

Complementary Color

#cec99d #9da2ce

#cec99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec99d Color CSS Codes

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

#cec99d Text Font Color

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

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


#cec99d Background Color

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

This div background color is #cec99d


#cec99d Border Color

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

This div border color is #cec99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec99d


Comments

No comments written yet.

Please login to write comment.