Color Hex Logo

#dcaeea Color Hex

#DCAEEA
(220,174,234)
0 Favorites   0 Comments

Color spaces of #dcaeea

RGB 220174234
HSL0.790.590.80
HSV286°26°92°
CMYK 0.060.260.00   0.08
XYZ59.502551.428384.6324
Yxy51.42830.30430.2630
Hunter Lab71.713522.6072-19.7714
CIE-Lab76.937727.1356-23.6514

#dcaeea color RGB value is (220,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11101010
Octal 334 256 352
Decimal 220 174 234
Hex DC AE EA

RGB Percentages of Color #dcaeea

%35.03
%27.71
%37.26

CMYK Percentages of Color #dcaeea

%6
%26
%0
%8

Triadic Colors of #dcaeea

#dcaeea #eadcae #aeeadc

Analogous Colors of #dcaeea

#dcaeea #eaaeda #beaeea

Monochromatic Colors of #dcaeea

#dcaeea

Complementary Color

#dcaeea #bceaae

#dcaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaeea Color CSS Codes

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

#dcaeea Text Font Color

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

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


#dcaeea Background Color

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

This div background color is #dcaeea


#dcaeea Border Color

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

This div border color is #dcaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaeea


Comments

No comments written yet.

Please login to write comment.