Color Hex Logo

#dccaf4 Color Hex

#DCCAF4
(220,202,244)
0 Favorites   0 Comments

Color spaces of #dccaf4

RGB 220202244
HSL0.740.660.87
HSV266°17°96°
CMYK 0.100.170.00   0.04
XYZ66.964963.988494.4095
Yxy63.98840.29710.2839
Hunter Lab79.99279.4417-13.9807
CIE-Lab83.959714.0499-18.3693

#dccaf4 color RGB value is (220,202,244).

#dccaf4 hex color red value is 220, green value is 202 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #dccaf4 hue: 0.74 , saturation: 0.66 and the lightness value of dccaf4 is 0.87.

The process color (four color CMYK) of #dccaf4 color hex is 0.10, 0.17, 0.00, 0.04. Web safe color of #dccaf4 is #ccccff. Color #dccaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11110100
Octal 334 312 364
Decimal 220 202 244
Hex DC CA F4

RGB Percentages of Color #dccaf4

%33.03
%30.33
%36.64

CMYK Percentages of Color #dccaf4

%10
%17
%0
%4

Triadic Colors of #dccaf4

#dccaf4 #f4dcca #caf4dc

Analogous Colors of #dccaf4

#dccaf4 #f1caf4 #cacdf4

Monochromatic Colors of #dccaf4

#dccaf4

Complementary Color

#dccaf4 #e2f4ca

#dccaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaf4 Color CSS Codes

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

#dccaf4 Text Font Color

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

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


#dccaf4 Background Color

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

This div background color is #dccaf4


#dccaf4 Border Color

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

This div border color is #dccaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaf4

#dccaf4 Color Palettes


Comments

No comments written yet.

Please login to write comment.