Color Hex Logo

#dfabed Color Hex

#DFABED
(223,171,237)
0 Favorites   0 Comments

Color spaces of #dfabed

RGB 223171237
HSL0.800.650.80
HSV287°28°93°
CMYK 0.060.280.00   0.07
XYZ60.280450.928286.7738
Yxy50.92820.30450.2572
Hunter Lab71.364025.8900-22.1378
CIE-Lab76.635530.2942-25.7106

#dfabed color RGB value is (223,171,237).

#dfabed hex color red value is 223, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dfabed hue: 0.80 , saturation: 0.65 and the lightness value of dfabed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11101101
Octal 337 253 355
Decimal 223 171 237
Hex DF AB ED

RGB Percentages of Color #dfabed

%35.34
%27.10
%37.56

CMYK Percentages of Color #dfabed

%6
%28
%0
%7

Triadic Colors of #dfabed

#dfabed #eddfab #abeddf

Analogous Colors of #dfabed

#dfabed #edabda #beabed

Monochromatic Colors of #dfabed

#dfabed

Complementary Color

#dfabed #b9edab

#dfabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabed Color CSS Codes

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

#dfabed Text Font Color

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

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


#dfabed Background Color

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

This div background color is #dfabed


#dfabed Border Color

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

This div border color is #dfabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabed


Comments

No comments written yet.

Please login to write comment.