Color Hex Logo

#dfabef Color Hex

#DFABEF
(223,171,239)
0 Favorites   0 Comments

Color spaces of #dfabef

RGB 223171239
HSL0.790.680.80
HSV286°28°94°
CMYK 0.070.280.00   0.06
XYZ60.574351.045888.3216
Yxy51.04580.30300.2553
Hunter Lab71.446326.3064-23.2816
CIE-Lab76.706730.6841-26.6837

#dfabef color RGB value is (223,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11101111
Octal 337 253 357
Decimal 223 171 239
Hex DF AB EF

RGB Percentages of Color #dfabef

%35.23
%27.01
%37.76

CMYK Percentages of Color #dfabef

%7
%28
%0
%6

Triadic Colors of #dfabef

#dfabef #efdfab #abefdf

Analogous Colors of #dfabef

#dfabef #efabdd #bdabef

Monochromatic Colors of #dfabef

#dfabef

Complementary Color

#dfabef #bbefab

#dfabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabef Color CSS Codes

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

#dfabef Text Font Color

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

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


#dfabef Background Color

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

This div background color is #dfabef


#dfabef Border Color

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

This div border color is #dfabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabef


Comments

No comments written yet.

Please login to write comment.