Color Hex Logo

#dfaefe Color Hex

#DFAEFE
(223,174,254)
0 Favorites   0 Comments

Color spaces of #dfaefe

RGB 223174254
HSL0.770.980.84
HSV277°31°100°
CMYK 0.120.310.00   0.00
XYZ63.456953.1158100.6738
Yxy53.11580.29210.2445
Hunter Lab72.880627.8784-30.8840
CIE-Lab77.943332.0740-32.8706

#dfaefe color RGB value is (223,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11111110
Octal 337 256 376
Decimal 223 174 254
Hex DF AE FE

RGB Percentages of Color #dfaefe

%34.25
%26.73
%39.02

CMYK Percentages of Color #dfaefe

%12
%31
%0
%0

Triadic Colors of #dfaefe

#dfaefe #fedfae #aefedf

Analogous Colors of #dfaefe

#dfaefe #feaef5 #b7aefe

Monochromatic Colors of #dfaefe

#dfaefe

Complementary Color

#dfaefe #cdfeae

#dfaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaefe Color CSS Codes

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

#dfaefe Text Font Color

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

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


#dfaefe Background Color

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

This div background color is #dfaefe


#dfaefe Border Color

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

This div border color is #dfaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.