Color Hex Logo

#cea9bd Color Hex

#CEA9BD
(206,169,189)
0 Favorites   0 Comments

Color spaces of #cea9bd

RGB 206169189
HSL0.910.270.74
HSV328°18°81°
CMYK 0.000.180.08   0.19
XYZ48.826945.171954.2897
Yxy45.17190.32930.3046
Hunter Lab67.210012.0595-0.8452
CIE-Lab73.004916.8037-5.1356

#cea9bd color RGB value is (206,169,189).

#cea9bd hex color red value is 206, green value is 169 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cea9bd hue: 0.91 , saturation: 0.27 and the lightness value of cea9bd is 0.74.

The process color (four color CMYK) of #cea9bd color hex is 0.00, 0.18, 0.08, 0.19. Web safe color of #cea9bd is #cc99cc. Color #cea9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10111101
Octal 316 251 275
Decimal 206 169 189
Hex CE A9 BD

RGB Percentages of Color #cea9bd

%36.52
%29.96
%33.51

CMYK Percentages of Color #cea9bd

%0
%18
%8
%19

Triadic Colors of #cea9bd

#cea9bd #bdcea9 #a9bdce

Analogous Colors of #cea9bd

#cea9bd #cea9ab #cda9ce

Monochromatic Colors of #cea9bd

#cea9bd

Complementary Color

#cea9bd #a9ceba

#cea9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea9bd Color CSS Codes

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

#cea9bd Text Font Color

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

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


#cea9bd Background Color

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

This div background color is #cea9bd


#cea9bd Border Color

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

This div border color is #cea9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea9bd


Comments

No comments written yet.

Please login to write comment.