Color Hex Logo

#dcafed Color Hex

#DCAFED
(220,175,237)
0 Favorites   0 Comments

Color spaces of #dcafed

RGB 220175237
HSL0.790.630.81
HSV284°26°93°
CMYK 0.070.260.00   0.07
XYZ60.131251.990086.9866
Yxy51.99000.30200.2611
Hunter Lab72.104122.6779-21.0548
CIE-Lab77.274927.1836-24.7597

#dcafed color RGB value is (220,175,237).

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

The process color (four color CMYK) of #dcafed color hex is 0.07, 0.26, 0.00, 0.07. Web safe color of #dcafed is #cc99ff. Color #dcafed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11101101
Octal 334 257 355
Decimal 220 175 237
Hex DC AF ED

RGB Percentages of Color #dcafed

%34.81
%27.69
%37.50

CMYK Percentages of Color #dcafed

%7
%26
%0
%7

Triadic Colors of #dcafed

#dcafed #eddcaf #afeddc

Analogous Colors of #dcafed

#dcafed #edafdf #bdafed

Monochromatic Colors of #dcafed

#dcafed

Complementary Color

#dcafed #c0edaf

#dcafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafed Color CSS Codes

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

#dcafed Text Font Color

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

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


#dcafed Background Color

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

This div background color is #dcafed


#dcafed Border Color

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

This div border color is #dcafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafed


Comments

No comments written yet.

Please login to write comment.