Color Hex Logo

#ceaab8 Color Hex

#CEAAB8
(206,170,184)
0 Favorites   0 Comments

Color spaces of #ceaab8

RGB 206170184
HSL0.940.270.74
HSV337°17°81°
CMYK 0.000.170.11   0.19
XYZ48.480145.332051.5422
Yxy45.33200.33350.3119
Hunter Lab67.329010.70261.7422
CIE-Lab73.110015.4006-2.2328

#ceaab8 color RGB value is (206,170,184).

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

The process color (four color CMYK) of #ceaab8 color hex is 0.00, 0.17, 0.11, 0.19. Web safe color of #ceaab8 is #cc99cc. Color #ceaab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 10111000
Octal 316 252 270
Decimal 206 170 184
Hex CE AA B8

RGB Percentages of Color #ceaab8

%36.79
%30.36
%32.86

CMYK Percentages of Color #ceaab8

%0
%17
%11
%19

Triadic Colors of #ceaab8

#ceaab8 #b8ceaa #aab8ce

Analogous Colors of #ceaab8

#ceaab8 #ceaeaa #ceaaca

Monochromatic Colors of #ceaab8

#ceaab8

Complementary Color

#ceaab8 #aacec0

#ceaab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaab8 Color CSS Codes

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

#ceaab8 Text Font Color

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

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


#ceaab8 Background Color

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

This div background color is #ceaab8


#ceaab8 Border Color

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

This div border color is #ceaab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaab8


Comments

No comments written yet.

Please login to write comment.