Color Hex Logo

#dfaeef Color Hex

#DFAEEF
(223,174,239)
0 Favorites   0 Comments

Color spaces of #dfaeef

RGB 223174239
HSL0.790.670.81
HSV285°27°94°
CMYK 0.070.270.00   0.06
XYZ61.147552.192188.5126
Yxy52.19210.30290.2586
Hunter Lab72.244124.6555-22.0705
CIE-Lab77.395629.0680-25.6305

#dfaeef color RGB value is (223,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11101111
Octal 337 256 357
Decimal 223 174 239
Hex DF AE EF

RGB Percentages of Color #dfaeef

%35.06
%27.36
%37.58

CMYK Percentages of Color #dfaeef

%7
%27
%0
%6

Triadic Colors of #dfaeef

#dfaeef #efdfae #aeefdf

Analogous Colors of #dfaeef

#dfaeef #efaedf #bfaeef

Monochromatic Colors of #dfaeef

#dfaeef

Complementary Color

#dfaeef #beefae

#dfaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeef Color CSS Codes

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

#dfaeef Text Font Color

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

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


#dfaeef Background Color

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

This div background color is #dfaeef


#dfaeef Border Color

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

This div border color is #dfaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeef


Comments

No comments written yet.

Please login to write comment.