Color Hex Logo

#ceabc9 Color Hex

#CEABC9
(206,171,201)
0 Favorites   0 Comments

Color spaces of #ceabc9

RGB 206171201
HSL0.860.260.74
HSV309°17°81°
CMYK 0.000.170.02   0.19
XYZ50.559146.464761.5622
Yxy46.46470.31880.2930
Hunter Lab68.165013.1076-5.8313
CIE-Lab73.846117.8587-10.4724

#ceabc9 color RGB value is (206,171,201).

#ceabc9 hex color red value is 206, green value is 171 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ceabc9 hue: 0.86 , saturation: 0.26 and the lightness value of ceabc9 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11001001
Octal 316 253 311
Decimal 206 171 201
Hex CE AB C9

RGB Percentages of Color #ceabc9

%35.64
%29.58
%34.78

CMYK Percentages of Color #ceabc9

%0
%17
%2
%19

Triadic Colors of #ceabc9

#ceabc9 #c9ceab #abc9ce

Analogous Colors of #ceabc9

#ceabc9 #ceabb8 #c2abce

Monochromatic Colors of #ceabc9

#ceabc9

Complementary Color

#ceabc9 #abceb0

#ceabc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabc9 Color CSS Codes

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

#ceabc9 Text Font Color

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

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


#ceabc9 Background Color

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

This div background color is #ceabc9


#ceabc9 Border Color

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

This div border color is #ceabc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabc9


Comments

No comments written yet.

Please login to write comment.