Color Hex Logo

#dccaef Color Hex

#DCCAEF
(220,202,239)
0 Favorites   0 Comments

Color spaces of #dccaef

RGB 220202239
HSL0.750.540.86
HSV269°15°94°
CMYK 0.080.150.00   0.06
XYZ66.215763.688790.4646
Yxy63.68870.30050.2890
Hunter Lab79.80528.4453-11.3456
CIE-Lab83.803413.0582-15.9446

#dccaef color RGB value is (220,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11101111
Octal 334 312 357
Decimal 220 202 239
Hex DC CA EF

RGB Percentages of Color #dccaef

%33.28
%30.56
%36.16

CMYK Percentages of Color #dccaef

%8
%15
%0
%6

Triadic Colors of #dccaef

#dccaef #efdcca #caefdc

Analogous Colors of #dccaef

#dccaef #efcaef #cacbef

Monochromatic Colors of #dccaef

#dccaef

Complementary Color

#dccaef #ddefca

#dccaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaef Color CSS Codes

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

#dccaef Text Font Color

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

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


#dccaef Background Color

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

This div background color is #dccaef


#dccaef Border Color

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

This div border color is #dccaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaef


Comments

No comments written yet.

Please login to write comment.