Color Hex Logo

#ceadda Color Hex

#CEADDA
(206,173,218)
0 Favorites   0 Comments

Color spaces of #ceadda

RGB 206173218
HSL0.790.380.77
HSV284°21°85°
CMYK 0.060.210.00   0.15
XYZ53.052148.070972.8121
Yxy48.07090.30500.2764
Hunter Lab69.333215.2509-13.7318
CIE-Lab74.869619.9990-18.2234

#ceadda color RGB value is (206,173,218).

#ceadda hex color red value is 206, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ceadda hue: 0.79 , saturation: 0.38 and the lightness value of ceadda is 0.77.

The process color (four color CMYK) of #ceadda color hex is 0.06, 0.21, 0.00, 0.15. Web safe color of #ceadda is #cc99cc. Color #ceadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11011010
Octal 316 255 332
Decimal 206 173 218
Hex CE AD DA

RGB Percentages of Color #ceadda

%34.51
%28.98
%36.52

CMYK Percentages of Color #ceadda

%6
%21
%0
%15

Triadic Colors of #ceadda

#ceadda #dacead #addace

Analogous Colors of #ceadda

#ceadda #daadd0 #b8adda

Monochromatic Colors of #ceadda

#ceadda

Complementary Color

#ceadda #b9daad

#ceadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadda Color CSS Codes

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

#ceadda Text Font Color

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

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


#ceadda Background Color

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

This div background color is #ceadda


#ceadda Border Color

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

This div border color is #ceadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadda


Comments

No comments written yet.

Please login to write comment.