Color Hex Logo

#dfadeb Color Hex

#DFADEB
(223,173,235)
0 Favorites   0 Comments

Color spaces of #dfadeb

RGB 223173235
HSL0.800.610.80
HSV288°26°92°
CMYK 0.050.260.00   0.08
XYZ60.370451.573385.3700
Yxy51.57330.30600.2614
Hunter Lab71.814624.3793-20.2112
CIE-Lab77.025028.8290-24.0337

#dfadeb color RGB value is (223,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11101011
Octal 337 255 353
Decimal 223 173 235
Hex DF AD EB

RGB Percentages of Color #dfadeb

%35.34
%27.42
%37.24

CMYK Percentages of Color #dfadeb

%5
%26
%0
%8

Triadic Colors of #dfadeb

#dfadeb #ebdfad #adebdf

Analogous Colors of #dfadeb

#dfadeb #ebadd8 #c0adeb

Monochromatic Colors of #dfadeb

#dfadeb

Complementary Color

#dfadeb #b9ebad

#dfadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadeb Color CSS Codes

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

#dfadeb Text Font Color

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

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


#dfadeb Background Color

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

This div background color is #dfadeb


#dfadeb Border Color

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

This div border color is #dfadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadeb


Comments

No comments written yet.

Please login to write comment.