Color Hex Logo

#ceaedc Color Hex

#CEAEDC
(206,174,220)
0 Favorites   0 Comments

Color spaces of #ceaedc

RGB 206174220
HSL0.780.400.77
HSV282°21°86°
CMYK 0.060.210.00   0.14
XYZ53.507948.561274.2632
Yxy48.56120.30340.2754
Hunter Lab69.685915.1100-14.4044
CIE-Lab75.177519.8474-18.8468

#ceaedc color RGB value is (206,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11011100
Octal 316 256 334
Decimal 206 174 220
Hex CE AE DC

RGB Percentages of Color #ceaedc

%34.33
%29.00
%36.67

CMYK Percentages of Color #ceaedc

%6
%21
%0
%14

Triadic Colors of #ceaedc

#ceaedc #dcceae #aedcce

Analogous Colors of #ceaedc

#ceaedc #dcaed3 #b7aedc

Monochromatic Colors of #ceaedc

#ceaedc

Complementary Color

#ceaedc #bcdcae

#ceaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaedc Color CSS Codes

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

#ceaedc Text Font Color

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

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


#ceaedc Background Color

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

This div background color is #ceaedc


#ceaedc Border Color

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

This div border color is #ceaedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,174,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 #ceaedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaedc


Comments

No comments written yet.

Please login to write comment.