Color Hex Logo

#ceadd7 Color Hex

#CEADD7
(206,173,215)
0 Favorites   0 Comments

Color spaces of #ceadd7

RGB 206173215
HSL0.800.340.76
HSV287°20°84°
CMYK 0.040.200.00   0.16
XYZ52.662947.915270.7629
Yxy47.91520.30740.2796
Hunter Lab69.220814.6656-12.1563
CIE-Lab74.771419.4131-16.7364

#ceadd7 color RGB value is (206,173,215).

#ceadd7 hex color red value is 206, green value is 173 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ceadd7 hue: 0.80 , saturation: 0.34 and the lightness value of ceadd7 is 0.76.

The process color (four color CMYK) of #ceadd7 color hex is 0.04, 0.20, 0.00, 0.16. Web safe color of #ceadd7 is #cc99cc. Color #ceadd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11010111
Octal 316 255 327
Decimal 206 173 215
Hex CE AD D7

RGB Percentages of Color #ceadd7

%34.68
%29.12
%36.20

CMYK Percentages of Color #ceadd7

%4
%20
%0
%16

Triadic Colors of #ceadd7

#ceadd7 #d7cead #add7ce

Analogous Colors of #ceadd7

#ceadd7 #d7adcb #b9add7

Monochromatic Colors of #ceadd7

#ceadd7

Complementary Color

#ceadd7 #b6d7ad

#ceadd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadd7 Color CSS Codes

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

#ceadd7 Text Font Color

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

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


#ceadd7 Background Color

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

This div background color is #ceadd7


#ceadd7 Border Color

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

This div border color is #ceadd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadd7


Comments

No comments written yet.

Please login to write comment.