Color Hex Logo

#cec993 Color Hex

#CEC993
(206,201,147)
0 Favorites   0 Comments

Color spaces of #cec993

RGB 206201147
HSL0.150.380.69
HSV55°29°81°
CMYK 0.000.020.29   0.19
XYZ51.606757.001735.8862
Yxy57.00170.35720.3945
Hunter Lab75.4995-10.112724.6681
CIE-Lab80.1806-6.666227.6780

#cec993 color RGB value is (206,201,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 10010011
Octal 316 311 223
Decimal 206 201 147
Hex CE C9 93

RGB Percentages of Color #cec993

%37.18
%36.28
%26.53

CMYK Percentages of Color #cec993

%0
%2
%29
%19

Triadic Colors of #cec993

#cec993 #93cec9 #c993ce

Analogous Colors of #cec993

#cec993 #b6ce93 #ceac93

Monochromatic Colors of #cec993

#cec993

Complementary Color

#cec993 #9398ce

#cec993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec993 Color CSS Codes

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

#cec993 Text Font Color

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

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


#cec993 Background Color

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

This div background color is #cec993


#cec993 Border Color

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

This div border color is #cec993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec993


Comments

No comments written yet.

Please login to write comment.