Color Hex Logo

#dccae5 Color Hex

#DCCAE5
(220,202,229)
0 Favorites   0 Comments

Color spaces of #dccae5

RGB 220202229
HSL0.780.340.85
HSV280°12°90°
CMYK 0.040.120.00   0.10
XYZ64.778663.113882.8967
Yxy63.11380.30730.2994
Hunter Lab79.44426.5211-6.2557
CIE-Lab83.502211.1264-11.0676

#dccae5 color RGB value is (220,202,229).

#dccae5 hex color red value is 220, green value is 202 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dccae5 hue: 0.78 , saturation: 0.34 and the lightness value of dccae5 is 0.85.

The process color (four color CMYK) of #dccae5 color hex is 0.04, 0.12, 0.00, 0.10. Web safe color of #dccae5 is #cccccc. Color #dccae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11100101
Octal 334 312 345
Decimal 220 202 229
Hex DC CA E5

RGB Percentages of Color #dccae5

%33.79
%31.03
%35.18

CMYK Percentages of Color #dccae5

%4
%12
%0
%10

Triadic Colors of #dccae5

#dccae5 #e5dcca #cae5dc

Analogous Colors of #dccae5

#dccae5 #e5cae1 #cfcae5

Monochromatic Colors of #dccae5

#dccae5

Complementary Color

#dccae5 #d3e5ca

#dccae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccae5 Color CSS Codes

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

#dccae5 Text Font Color

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

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


#dccae5 Background Color

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

This div background color is #dccae5


#dccae5 Border Color

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

This div border color is #dccae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccae5


Comments

No comments written yet.

Please login to write comment.