Color Hex Logo

#cea9bb Color Hex

#CEA9BB
(206,169,187)
0 Favorites   0 Comments

Color spaces of #cea9bb

RGB 206169187
HSL0.920.270.74
HSV331°18°81°
CMYK 0.000.180.09   0.19
XYZ48.611245.085653.1540
Yxy45.08560.33100.3070
Hunter Lab67.145811.72250.0669
CIE-Lab72.948216.4576-4.1197

#cea9bb color RGB value is (206,169,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10111011
Octal 316 251 273
Decimal 206 169 187
Hex CE A9 BB

RGB Percentages of Color #cea9bb

%36.65
%30.07
%33.27

CMYK Percentages of Color #cea9bb

%0
%18
%9
%19

Triadic Colors of #cea9bb

#cea9bb #bbcea9 #a9bbce

Analogous Colors of #cea9bb

#cea9bb #ceaaa9 #cea9ce

Monochromatic Colors of #cea9bb

#cea9bb

Complementary Color

#cea9bb #a9cebc

#cea9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea9bb Color CSS Codes

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

#cea9bb Text Font Color

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

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


#cea9bb Background Color

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

This div background color is #cea9bb


#cea9bb Border Color

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

This div border color is #cea9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea9bb


Comments

No comments written yet.

Please login to write comment.