Color Hex Logo

#dccafa Color Hex

#DCCAFA
(220,202,250)
0 Favorites   0 Comments

Color spaces of #dccafa

RGB 220202250
HSL0.730.830.89
HSV263°19°98°
CMYK 0.120.190.00   0.02
XYZ67.891064.358899.2867
Yxy64.35880.29320.2780
Hunter Lab80.223910.6671-17.2217
CIE-Lab84.152215.2617-21.2665

#dccafa color RGB value is (220,202,250).

#dccafa hex color red value is 220, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dccafa hue: 0.73 , saturation: 0.83 and the lightness value of dccafa is 0.89.

The process color (four color CMYK) of #dccafa color hex is 0.12, 0.19, 0.00, 0.02. Web safe color of #dccafa is #ccccff. Color #dccafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11111010
Octal 334 312 372
Decimal 220 202 250
Hex DC CA FA

RGB Percentages of Color #dccafa

%32.74
%30.06
%37.20

CMYK Percentages of Color #dccafa

%12
%19
%0
%2

Triadic Colors of #dccafa

#dccafa #fadcca #cafadc

Analogous Colors of #dccafa

#dccafa #f4cafa #cad0fa

Monochromatic Colors of #dccafa

#dccafa

Complementary Color

#dccafa #e8faca

#dccafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccafa Color CSS Codes

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

#dccafa Text Font Color

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

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


#dccafa Background Color

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

This div background color is #dccafa


#dccafa Border Color

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

This div border color is #dccafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccafa

Related Colors


Comments

No comments written yet.

Please login to write comment.