Color Hex Logo

#dcaffc Color Hex

#DCAFFC
(220,175,252)
0 Favorites   0 Comments

Color spaces of #dcaffc

RGB 220175252
HSL0.760.930.84
HSV275°31°99°
CMYK 0.130.310.00   0.01
XYZ62.415952.903999.0173
Yxy52.90390.29120.2468
Hunter Lab72.735125.8892-29.7994
CIE-Lab77.818230.2103-32.0117

#dcaffc color RGB value is (220,175,252).

#dcaffc hex color red value is 220, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dcaffc hue: 0.76 , saturation: 0.93 and the lightness value of dcaffc is 0.84.

The process color (four color CMYK) of #dcaffc color hex is 0.13, 0.31, 0.00, 0.01. Web safe color of #dcaffc is #cc99ff. Color #dcaffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11111100
Octal 334 257 374
Decimal 220 175 252
Hex DC AF FC

RGB Percentages of Color #dcaffc

%34.00
%27.05
%38.95

CMYK Percentages of Color #dcaffc

%13
%31
%0
%1

Triadic Colors of #dcaffc

#dcaffc #fcdcaf #affcdc

Analogous Colors of #dcaffc

#dcaffc #fcaff6 #b6affc

Monochromatic Colors of #dcaffc

#dcaffc

Complementary Color

#dcaffc #cffcaf

#dcaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaffc Color CSS Codes

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

#dcaffc Text Font Color

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

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


#dcaffc Background Color

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

This div background color is #dcaffc


#dcaffc Border Color

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

This div border color is #dcaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaffc


Comments

No comments written yet.

Please login to write comment.