Color Hex Logo

#ceadd4 Color Hex

#CEADD4
(206,173,212)
0 Favorites   0 Comments

Color spaces of #ceadd4

RGB 206173212
HSL0.810.310.75
HSV291°18°83°
CMYK 0.030.180.00   0.17
XYZ52.280847.762468.7509
Yxy47.76240.30970.2830
Hunter Lab69.110314.0891-10.6044
CIE-Lab74.674818.8338-15.2452

#ceadd4 color RGB value is (206,173,212).

#ceadd4 hex color red value is 206, green value is 173 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ceadd4 hue: 0.81 , saturation: 0.31 and the lightness value of ceadd4 is 0.75.

The process color (four color CMYK) of #ceadd4 color hex is 0.03, 0.18, 0.00, 0.17. Web safe color of #ceadd4 is #cc99cc. Color #ceadd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11010100
Octal 316 255 324
Decimal 206 173 212
Hex CE AD D4

RGB Percentages of Color #ceadd4

%34.86
%29.27
%35.87

CMYK Percentages of Color #ceadd4

%3
%18
%0
%17

Triadic Colors of #ceadd4

#ceadd4 #d4cead #add4ce

Analogous Colors of #ceadd4

#ceadd4 #d4adc7 #bbadd4

Monochromatic Colors of #ceadd4

#ceadd4

Complementary Color

#ceadd4 #b3d4ad

#ceadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadd4 Color CSS Codes

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

#ceadd4 Text Font Color

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

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


#ceadd4 Background Color

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

This div background color is #ceadd4


#ceadd4 Border Color

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

This div border color is #ceadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadd4


Comments

No comments written yet.

Please login to write comment.