Color Hex Logo

#dcafef Color Hex

#DCAFEF
(220,175,239)
0 Favorites   0 Comments

Color spaces of #dcafef

RGB 220175239
HSL0.780.670.81
HSV282°27°94°
CMYK 0.080.270.00   0.06
XYZ60.425252.107688.5344
Yxy52.10760.30050.2592
Hunter Lab72.185623.0942-22.1883
CIE-Lab77.345127.5791-25.7327

#dcafef color RGB value is (220,175,239).

#dcafef hex color red value is 220, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dcafef hue: 0.78 , saturation: 0.67 and the lightness value of dcafef is 0.81.

The process color (four color CMYK) of #dcafef color hex is 0.08, 0.27, 0.00, 0.06. Web safe color of #dcafef is #cc99ff. Color #dcafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11101111
Octal 334 257 357
Decimal 220 175 239
Hex DC AF EF

RGB Percentages of Color #dcafef

%34.70
%27.60
%37.70

CMYK Percentages of Color #dcafef

%8
%27
%0
%6

Triadic Colors of #dcafef

#dcafef #efdcaf #afefdc

Analogous Colors of #dcafef

#dcafef #efafe2 #bcafef

Monochromatic Colors of #dcafef

#dcafef

Complementary Color

#dcafef #c2efaf

#dcafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafef Color CSS Codes

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

#dcafef Text Font Color

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

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


#dcafef Background Color

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

This div background color is #dcafef


#dcafef Border Color

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

This div border color is #dcafef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,175,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 #dcafef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafef


Comments

No comments written yet.

Please login to write comment.