Color Hex Logo

#dcaefe Color Hex

#DCAEFE
(220,174,254)
0 Favorites   0 Comments

Color spaces of #dcaefe

RGB 220174254
HSL0.760.980.84
HSV275°31°100°
CMYK 0.130.310.00   0.00
XYZ62.540652.6435100.6309
Yxy52.64350.28980.2439
Hunter Lab72.555826.8880-31.4428
CIE-Lab77.664031.1641-33.3244

#dcaefe color RGB value is (220,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11111110
Octal 334 256 376
Decimal 220 174 254
Hex DC AE FE

RGB Percentages of Color #dcaefe

%33.95
%26.85
%39.20

CMYK Percentages of Color #dcaefe

%13
%31
%0
%0

Triadic Colors of #dcaefe

#dcaefe #fedcae #aefedc

Analogous Colors of #dcaefe

#dcaefe #feaef8 #b4aefe

Monochromatic Colors of #dcaefe

#dcaefe

Complementary Color

#dcaefe #d0feae

#dcaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaefe Color CSS Codes

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

#dcaefe Text Font Color

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

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


#dcaefe Background Color

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

This div background color is #dcaefe


#dcaefe Border Color

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

This div border color is #dcaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.