Color Hex Logo

#dcaeed Color Hex

#DCAEED
(220,174,237)
0 Favorites   0 Comments

Color spaces of #dcaeed

RGB 220174237
HSL0.790.640.81
HSV284°27°93°
CMYK 0.070.270.00   0.07
XYZ59.937351.602286.9219
Yxy51.60220.30200.2600
Hunter Lab71.834723.2259-21.4582
CIE-Lab77.042427.7239-25.1145

#dcaeed color RGB value is (220,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11101101
Octal 334 256 355
Decimal 220 174 237
Hex DC AE ED

RGB Percentages of Color #dcaeed

%34.87
%27.58
%37.56

CMYK Percentages of Color #dcaeed

%7
%27
%0
%7

Triadic Colors of #dcaeed

#dcaeed #eddcae #aeeddc

Analogous Colors of #dcaeed

#dcaeed #edaedf #bdaeed

Monochromatic Colors of #dcaeed

#dcaeed

Complementary Color

#dcaeed #bfedae

#dcaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaeed Color CSS Codes

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

#dcaeed Text Font Color

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

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


#dcaeed Background Color

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

This div background color is #dcaeed


#dcaeed Border Color

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

This div border color is #dcaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaeed


Comments

No comments written yet.

Please login to write comment.