Color Hex Logo

#cec29a Color Hex

#CEC29A
(206,194,154)
0 Favorites   0 Comments

Color spaces of #cec29a

RGB 206194154
HSL0.130.350.71
HSV46°25°81°
CMYK 0.000.060.25   0.19
XYZ50.578154.038538.3366
Yxy54.03850.35380.3780
Hunter Lab73.5109-5.829720.5373
CIE-Lab78.4842-2.082521.6778

#cec29a color RGB value is (206,194,154).

#cec29a hex color red value is 206, green value is 194 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cec29a hue: 0.13 , saturation: 0.35 and the lightness value of cec29a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 10011010
Octal 316 302 232
Decimal 206 194 154
Hex CE C2 9A

RGB Percentages of Color #cec29a

%37.18
%35.02
%27.80

CMYK Percentages of Color #cec29a

%0
%6
%25
%19

Triadic Colors of #cec29a

#cec29a #9acec2 #c29ace

Analogous Colors of #cec29a

#cec29a #c0ce9a #cea89a

Monochromatic Colors of #cec29a

#cec29a

Complementary Color

#cec29a #9aa6ce

#cec29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec29a Color CSS Codes

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

#cec29a Text Font Color

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

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


#cec29a Background Color

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

This div background color is #cec29a


#cec29a Border Color

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

This div border color is #cec29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec29a


Comments

No comments written yet.

Please login to write comment.