Color Hex Logo

#dccaed Color Hex

#DCCAED
(220,202,237)
0 Favorites   0 Comments

Color spaces of #dccaed

RGB 220202237
HSL0.750.490.86
HSV271°15°93°
CMYK 0.070.150.00   0.07
XYZ65.921863.571188.9168
Yxy63.57110.30180.2911
Hunter Lab79.73158.0533-10.3083
CIE-Lab83.742012.6664-14.9721

#dccaed color RGB value is (220,202,237).

#dccaed hex color red value is 220, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dccaed hue: 0.75 , saturation: 0.49 and the lightness value of dccaed is 0.86.

The process color (four color CMYK) of #dccaed color hex is 0.07, 0.15, 0.00, 0.07. Web safe color of #dccaed is #ccccff. Color #dccaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11101101
Octal 334 312 355
Decimal 220 202 237
Hex DC CA ED

RGB Percentages of Color #dccaed

%33.38
%30.65
%35.96

CMYK Percentages of Color #dccaed

%7
%15
%0
%7

Triadic Colors of #dccaed

#dccaed #eddcca #caeddc

Analogous Colors of #dccaed

#dccaed #edcaed #cbcaed

Monochromatic Colors of #dccaed

#dccaed

Complementary Color

#dccaed #dbedca

#dccaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaed Color CSS Codes

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

#dccaed Text Font Color

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

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


#dccaed Background Color

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

This div background color is #dccaed


#dccaed Border Color

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

This div border color is #dccaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaed

#dccaed Color Palettes


Comments

No comments written yet.

Please login to write comment.