Color Hex Logo

#dcaefa Color Hex

#DCAEFA
(220,174,250)
0 Favorites   0 Comments

Color spaces of #dcaefa

RGB 220174250
HSL0.770.880.83
HSV276°30°98°
CMYK 0.120.300.00   0.02
XYZ61.906652.389997.2919
Yxy52.38990.29260.2476
Hunter Lab72.380926.0027-29.0290
CIE-Lab77.513430.3389-31.4051

#dcaefa color RGB value is (220,174,250).

#dcaefa hex color red value is 220, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dcaefa hue: 0.77 , saturation: 0.88 and the lightness value of dcaefa is 0.83.

The process color (four color CMYK) of #dcaefa color hex is 0.12, 0.30, 0.00, 0.02. Web safe color of #dcaefa is #cc99ff. Color #dcaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11111010
Octal 334 256 372
Decimal 220 174 250
Hex DC AE FA

RGB Percentages of Color #dcaefa

%34.16
%27.02
%38.82

CMYK Percentages of Color #dcaefa

%12
%30
%0
%2

Triadic Colors of #dcaefa

#dcaefa #fadcae #aefadc

Analogous Colors of #dcaefa

#dcaefa #faaef2 #b6aefa

Monochromatic Colors of #dcaefa

#dcaefa

Complementary Color

#dcaefa #ccfaae

#dcaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaefa Color CSS Codes

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

#dcaefa Text Font Color

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

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


#dcaefa Background Color

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

This div background color is #dcaefa


#dcaefa Border Color

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

This div border color is #dcaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaefa


Comments

No comments written yet.

Please login to write comment.