Color Hex Logo

#ceaddc Color Hex

#CEADDC
(206,173,220)
0 Favorites   0 Comments

Color spaces of #ceaddc

RGB 206173220
HSL0.780.400.77
HSV282°21°86°
CMYK 0.060.210.00   0.14
XYZ53.315448.176374.1991
Yxy48.17630.30350.2742
Hunter Lab69.409115.6456-14.7952
CIE-Lab74.936020.3928-19.2125

#ceaddc color RGB value is (206,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11011100
Octal 316 255 334
Decimal 206 173 220
Hex CE AD DC

RGB Percentages of Color #ceaddc

%34.39
%28.88
%36.73

CMYK Percentages of Color #ceaddc

%6
%21
%0
%14

Triadic Colors of #ceaddc

#ceaddc #dccead #addcce

Analogous Colors of #ceaddc

#ceaddc #dcadd3 #b7addc

Monochromatic Colors of #ceaddc

#ceaddc

Complementary Color

#ceaddc #bbdcad

#ceaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaddc Color CSS Codes

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

#ceaddc Text Font Color

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

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


#ceaddc Background Color

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

This div background color is #ceaddc


#ceaddc Border Color

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

This div border color is #ceaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaddc


Comments

No comments written yet.

Please login to write comment.