Color Hex Logo

#dcaffe Color Hex

#DCAFFE
(220,175,254)
0 Favorites   0 Comments

Color spaces of #dcaffe

RGB 220175254
HSL0.760.980.84
HSV274°31°100°
CMYK 0.130.310.00   0.00
XYZ62.734653.0313100.6955
Yxy53.03130.28980.2450
Hunter Lab72.822626.3332-31.0075
CIE-Lab77.893530.6244-32.9705

#dcaffe color RGB value is (220,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11111110
Octal 334 257 376
Decimal 220 175 254
Hex DC AF FE

RGB Percentages of Color #dcaffe

%33.90
%26.96
%39.14

CMYK Percentages of Color #dcaffe

%13
%31
%0
%0

Triadic Colors of #dcaffe

#dcaffe #fedcaf #affedc

Analogous Colors of #dcaffe

#dcaffe #feaff9 #b5affe

Monochromatic Colors of #dcaffe

#dcaffe

Complementary Color

#dcaffe #d1feaf

#dcaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaffe Color CSS Codes

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

#dcaffe Text Font Color

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

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


#dcaffe Background Color

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

This div background color is #dcaffe


#dcaffe Border Color

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

This div border color is #dcaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaffe

Related Colors


Comments

No comments written yet.

Please login to write comment.