Color Hex Logo

#dfaeee Color Hex

#DFAEEE
(223,174,238)
0 Favorites   0 Comments

Color spaces of #dfaeee

RGB 223174238
HSL0.790.650.81
HSV286°27°93°
CMYK 0.060.270.00   0.07
XYZ61.000152.133187.7366
Yxy52.13310.30370.2595
Hunter Lab72.203324.4480-21.5030
CIE-Lab77.360428.8727-25.1441

#dfaeee color RGB value is (223,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11101110
Octal 337 256 356
Decimal 223 174 238
Hex DF AE EE

RGB Percentages of Color #dfaeee

%35.12
%27.40
%37.48

CMYK Percentages of Color #dfaeee

%6
%27
%0
%7

Triadic Colors of #dfaeee

#dfaeee #eedfae #aeeedf

Analogous Colors of #dfaeee

#dfaeee #eeaedd #bfaeee

Monochromatic Colors of #dfaeee

#dfaeee

Complementary Color

#dfaeee #bdeeae

#dfaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeee Color CSS Codes

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

#dfaeee Text Font Color

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

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


#dfaeee Background Color

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

This div background color is #dfaeee


#dfaeee Border Color

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

This div border color is #dfaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeee


Comments

No comments written yet.

Please login to write comment.