Color Hex Logo

#ceaab2 Color Hex

#CEAAB2
(206,170,178)
0 Favorites   0 Comments

Color spaces of #ceaab2

RGB 206170178
HSL0.960.270.74
HSV347°17°81°
CMYK 0.000.170.14   0.19
XYZ47.864245.085648.2992
Yxy45.08560.33890.3192
Hunter Lab67.14589.73674.3537
CIE-Lab72.948214.39880.8285

#ceaab2 color RGB value is (206,170,178).

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

The process color (four color CMYK) of #ceaab2 color hex is 0.00, 0.17, 0.14, 0.19. Web safe color of #ceaab2 is #cc9999. Color #ceaab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 10110010
Octal 316 252 262
Decimal 206 170 178
Hex CE AA B2

RGB Percentages of Color #ceaab2

%37.18
%30.69
%32.13

CMYK Percentages of Color #ceaab2

%0
%17
%14
%19

Triadic Colors of #ceaab2

#ceaab2 #b2ceaa #aab2ce

Analogous Colors of #ceaab2

#ceaab2 #ceb4aa #ceaac4

Monochromatic Colors of #ceaab2

#ceaab2

Complementary Color

#ceaab2 #aacec6

#ceaab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaab2 Color CSS Codes

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

#ceaab2 Text Font Color

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

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


#ceaab2 Background Color

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

This div background color is #ceaab2


#ceaab2 Border Color

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

This div border color is #ceaab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaab2

#ceaab2 Color Palettes


Comments

No comments written yet.

Please login to write comment.