Color Hex Logo

#dfaefd Color Hex

#DFAEFD
(223,174,253)
0 Favorites   0 Comments

Color spaces of #dfaefd

RGB 223174253
HSL0.770.950.84
HSV277°31°99°
CMYK 0.120.310.00   0.01
XYZ63.297153.051999.8324
Yxy53.05190.29280.2454
Hunter Lab72.836727.6571-30.2791
CIE-Lab77.905631.8693-32.3912

#dfaefd color RGB value is (223,174,253).

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

The process color (four color CMYK) of #dfaefd color hex is 0.12, 0.31, 0.00, 0.01. Web safe color of #dfaefd is #cc99ff. Color #dfaefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11111101
Octal 337 256 375
Decimal 223 174 253
Hex DF AE FD

RGB Percentages of Color #dfaefd

%34.31
%26.77
%38.92

CMYK Percentages of Color #dfaefd

%12
%31
%0
%1

Triadic Colors of #dfaefd

#dfaefd #fddfae #aefddf

Analogous Colors of #dfaefd

#dfaefd #fdaef4 #b8aefd

Monochromatic Colors of #dfaefd

#dfaefd

Complementary Color

#dfaefd #ccfdae

#dfaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaefd Color CSS Codes

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

#dfaefd Text Font Color

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

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


#dfaefd Background Color

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

This div background color is #dfaefd


#dfaefd Border Color

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

This div border color is #dfaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaefd


Comments

No comments written yet.

Please login to write comment.