Color Hex Logo

#dfaeeb Color Hex

#DFAEEB
(223,174,235)
0 Favorites   0 Comments

Color spaces of #dfaeeb

RGB 223174235
HSL0.800.600.80
HSV288°26°92°
CMYK 0.050.260.00   0.08
XYZ60.562951.958285.4342
Yxy51.95820.30590.2625
Hunter Lab72.082023.8311-19.8152
CIE-Lab77.255828.2903-23.6819

#dfaeeb color RGB value is (223,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11101011
Octal 337 256 353
Decimal 223 174 235
Hex DF AE EB

RGB Percentages of Color #dfaeeb

%35.28
%27.53
%37.18

CMYK Percentages of Color #dfaeeb

%5
%26
%0
%8

Triadic Colors of #dfaeeb

#dfaeeb #ebdfae #aeebdf

Analogous Colors of #dfaeeb

#dfaeeb #ebaed9 #c1aeeb

Monochromatic Colors of #dfaeeb

#dfaeeb

Complementary Color

#dfaeeb #baebae

#dfaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeeb Color CSS Codes

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

#dfaeeb Text Font Color

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

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


#dfaeeb Background Color

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

This div background color is #dfaeeb


#dfaeeb Border Color

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

This div border color is #dfaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeeb


Comments

No comments written yet.

Please login to write comment.