Color Hex Logo

#dfaefb Color Hex

#DFAEFB
(223,174,251)
0 Favorites   0 Comments

Color spaces of #dfaefb

RGB 223174251
HSL0.770.910.83
HSV278°31°98°
CMYK 0.110.310.00   0.02
XYZ62.980152.925198.1629
Yxy52.92510.29420.2472
Hunter Lab72.749627.2174-29.0767
CIE-Lab77.830831.4619-31.4311

#dfaefb color RGB value is (223,174,251).

#dfaefb hex color red value is 223, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dfaefb hue: 0.77 , saturation: 0.91 and the lightness value of dfaefb is 0.83.

The process color (four color CMYK) of #dfaefb color hex is 0.11, 0.31, 0.00, 0.02. Web safe color of #dfaefb is #cc99ff. Color #dfaefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11111011
Octal 337 256 373
Decimal 223 174 251
Hex DF AE FB

RGB Percentages of Color #dfaefb

%34.41
%26.85
%38.73

CMYK Percentages of Color #dfaefb

%11
%31
%0
%2

Triadic Colors of #dfaefb

#dfaefb #fbdfae #aefbdf

Analogous Colors of #dfaefb

#dfaefb #fbaef1 #b9aefb

Monochromatic Colors of #dfaefb

#dfaefb

Complementary Color

#dfaefb #cafbae

#dfaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaefb Color CSS Codes

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

#dfaefb Text Font Color

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

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


#dfaefb Background Color

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

This div background color is #dfaefb


#dfaefb Border Color

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

This div border color is #dfaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaefb

Related Colors


Comments

No comments written yet.

Please login to write comment.