Color Hex Logo

#dfaaeb Color Hex

#DFAAEB
(223,170,235)
0 Favorites   0 Comments

Color spaces of #dfaaeb

RGB 223170235
HSL0.800.620.79
HSV289°28°92°
CMYK 0.050.280.00   0.08
XYZ59.801550.435685.1804
Yxy50.43560.30600.2581
Hunter Lab71.018026.0263-21.4010
CIE-Lab76.335930.4451-25.0852

#dfaaeb color RGB value is (223,170,235).

#dfaaeb hex color red value is 223, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfaaeb hue: 0.80 , saturation: 0.62 and the lightness value of dfaaeb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11101011
Octal 337 252 353
Decimal 223 170 235
Hex DF AA EB

RGB Percentages of Color #dfaaeb

%35.51
%27.07
%37.42

CMYK Percentages of Color #dfaaeb

%5
%28
%0
%8

Triadic Colors of #dfaaeb

#dfaaeb #ebdfaa #aaebdf

Analogous Colors of #dfaaeb

#dfaaeb #ebaad7 #bfaaeb

Monochromatic Colors of #dfaaeb

#dfaaeb

Complementary Color

#dfaaeb #b6ebaa

#dfaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaeb Color CSS Codes

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

#dfaaeb Text Font Color

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

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


#dfaaeb Background Color

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

This div background color is #dfaaeb


#dfaaeb Border Color

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

This div border color is #dfaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaeb


Comments

No comments written yet.

Please login to write comment.