Color Hex Logo

#ceaabf Color Hex

#CEAABF
(206,170,191)
0 Favorites   0 Comments

Color spaces of #ceaabf

RGB 206170191
HSL0.900.270.74
HSV325°17°81°
CMYK 0.000.170.07   0.19
XYZ49.232345.632955.5034
Yxy45.63290.32740.3035
Hunter Lab67.552111.8754-1.4284
CIE-Lab73.306716.6082-5.7885

#ceaabf color RGB value is (206,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 10111111
Octal 316 252 277
Decimal 206 170 191
Hex CE AA BF

RGB Percentages of Color #ceaabf

%36.33
%29.98
%33.69

CMYK Percentages of Color #ceaabf

%0
%17
%7
%19

Triadic Colors of #ceaabf

#ceaabf #bfceaa #aabfce

Analogous Colors of #ceaabf

#ceaabf #ceaaad #cbaace

Monochromatic Colors of #ceaabf

#ceaabf

Complementary Color

#ceaabf #aaceb9

#ceaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaabf Color CSS Codes

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

#ceaabf Text Font Color

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

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


#ceaabf Background Color

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

This div background color is #ceaabf


#ceaabf Border Color

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

This div border color is #ceaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaabf


Comments

No comments written yet.

Please login to write comment.