Color Hex Logo

#dccaee Color Hex

#DCCAEE
(220,202,238)
0 Favorites   0 Comments

Color spaces of #dccaee

RGB 220202238
HSL0.750.510.86
HSV270°15°93°
CMYK 0.080.150.00   0.07
XYZ66.068363.629789.6885
Yxy63.62970.30120.2900
Hunter Lab79.76828.2488-10.8258
CIE-Lab83.772612.8619-15.4585

#dccaee color RGB value is (220,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11101110
Octal 334 312 356
Decimal 220 202 238
Hex DC CA EE

RGB Percentages of Color #dccaee

%33.33
%30.61
%36.06

CMYK Percentages of Color #dccaee

%8
%15
%0
%7

Triadic Colors of #dccaee

#dccaee #eedcca #caeedc

Analogous Colors of #dccaee

#dccaee #eecaee #cacaee

Monochromatic Colors of #dccaee

#dccaee

Complementary Color

#dccaee #dceeca

#dccaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaee Color CSS Codes

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

#dccaee Text Font Color

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

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


#dccaee Background Color

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

This div background color is #dccaee


#dccaee Border Color

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

This div border color is #dccaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaee


Comments

No comments written yet.

Please login to write comment.