Color Hex Logo

#ceaec0 Color Hex

#CEAEC0
(206,174,192)
0 Favorites   0 Comments

Color spaces of #ceaec0

RGB 206174192
HSL0.910.250.75
HSV326°16°81°
CMYK 0.000.160.07   0.19
XYZ50.104147.199756.3389
Yxy47.19970.32610.3072
Hunter Lab68.70209.9507-0.5292
CIE-Lab74.317314.6084-4.8437

#ceaec0 color RGB value is (206,174,192).

#ceaec0 hex color red value is 206, green value is 174 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ceaec0 hue: 0.91 , saturation: 0.25 and the lightness value of ceaec0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11000000
Octal 316 256 300
Decimal 206 174 192
Hex CE AE C0

RGB Percentages of Color #ceaec0

%36.01
%30.42
%33.57

CMYK Percentages of Color #ceaec0

%0
%16
%7
%19

Triadic Colors of #ceaec0

#ceaec0 #c0ceae #aec0ce

Analogous Colors of #ceaec0

#ceaec0 #ceaeb0 #ccaece

Monochromatic Colors of #ceaec0

#ceaec0

Complementary Color

#ceaec0 #aecebc

#ceaec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaec0 Color CSS Codes

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

#ceaec0 Text Font Color

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

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


#ceaec0 Background Color

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

This div background color is #ceaec0


#ceaec0 Border Color

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

This div border color is #ceaec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaec0


Comments

No comments written yet.

Please login to write comment.