Color Hex Logo

#dfaeea Color Hex

#DFAEEA
(223,174,234)
0 Favorites   0 Comments

Color spaces of #dfaeea

RGB 223174234
HSL0.800.590.80
HSV289°26°92°
CMYK 0.050.260.00   0.08
XYZ60.418851.900684.6753
Yxy51.90060.30670.2635
Hunter Lab72.042123.6272-19.2576
CIE-Lab77.221428.0974-23.1935

#dfaeea color RGB value is (223,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11101010
Octal 337 256 352
Decimal 223 174 234
Hex DF AE EA

RGB Percentages of Color #dfaeea

%35.34
%27.58
%37.08

CMYK Percentages of Color #dfaeea

%5
%26
%0
%8

Triadic Colors of #dfaeea

#dfaeea #eadfae #aeeadf

Analogous Colors of #dfaeea

#dfaeea #eaaed7 #c1aeea

Monochromatic Colors of #dfaeea

#dfaeea

Complementary Color

#dfaeea #b9eaae

#dfaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeea Color CSS Codes

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

#dfaeea Text Font Color

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

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


#dfaeea Background Color

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

This div background color is #dfaeea


#dfaeea Border Color

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

This div border color is #dfaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeea


Comments

No comments written yet.

Please login to write comment.