Color Hex Logo

#dcaeef Color Hex

#DCAEEF
(220,174,239)
0 Favorites   0 Comments

Color spaces of #dcaeef

RGB 220174239
HSL0.780.670.81
HSV282°27°94°
CMYK 0.080.270.00   0.06
XYZ60.231251.719788.4697
Yxy51.71970.30050.2581
Hunter Lab71.916423.6430-22.5955
CIE-Lab77.112928.1194-26.0876

#dcaeef color RGB value is (220,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11101111
Octal 334 256 357
Decimal 220 174 239
Hex DC AE EF

RGB Percentages of Color #dcaeef

%34.76
%27.49
%37.76

CMYK Percentages of Color #dcaeef

%8
%27
%0
%6

Triadic Colors of #dcaeef

#dcaeef #efdcae #aeefdc

Analogous Colors of #dcaeef

#dcaeef #efaee2 #bcaeef

Monochromatic Colors of #dcaeef

#dcaeef

Complementary Color

#dcaeef #c1efae

#dcaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaeef Color CSS Codes

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

#dcaeef Text Font Color

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

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


#dcaeef Background Color

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

This div background color is #dcaeef


#dcaeef Border Color

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

This div border color is #dcaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaeef


Comments

No comments written yet.

Please login to write comment.