Color Hex Logo

#cea996 Color Hex

#CEA996
(206,169,150)
0 Favorites   0 Comments

Color spaces of #cea996

RGB 206169150
HSL0.060.360.70
HSV20°27°81°
CMYK 0.000.180.27   0.19
XYZ45.146643.699834.9096
Yxy43.69980.36480.3531
Hunter Lab66.10586.220414.9638
CIE-Lab72.027410.692214.8856

#cea996 color RGB value is (206,169,150).

#cea996 hex color red value is 206, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cea996 hue: 0.06 , saturation: 0.36 and the lightness value of cea996 is 0.70.

The process color (four color CMYK) of #cea996 color hex is 0.00, 0.18, 0.27, 0.19. Web safe color of #cea996 is #cc9999. Color #cea996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10010110
Octal 316 251 226
Decimal 206 169 150
Hex CE A9 96

RGB Percentages of Color #cea996

%39.24
%32.19
%28.57

CMYK Percentages of Color #cea996

%0
%18
%27
%19

Triadic Colors of #cea996

#cea996 #96cea9 #a996ce

Analogous Colors of #cea996

#cea996 #cec596 #ce969f

Monochromatic Colors of #cea996

#cea996

Complementary Color

#cea996 #96bbce

#cea996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea996 Color CSS Codes

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

#cea996 Text Font Color

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

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


#cea996 Background Color

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

This div background color is #cea996


#cea996 Border Color

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

This div border color is #cea996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea996

#cea996 Color Palettes


Comments

No comments written yet.

Please login to write comment.