Color Hex Logo

#dfaefc Color Hex

#DFAEFC
(223,174,252)
0 Favorites   0 Comments

Color spaces of #dfaefc

RGB 223174252
HSL0.770.930.84
HSV278°31°99°
CMYK 0.120.310.00   0.01
XYZ63.138252.988498.9955
Yxy52.98840.29350.2463
Hunter Lab72.793127.4366-29.6766
CIE-Lab77.868131.6652-31.9114

#dfaefc color RGB value is (223,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11111100
Octal 337 256 374
Decimal 223 174 252
Hex DF AE FC

RGB Percentages of Color #dfaefc

%34.36
%26.81
%38.83

CMYK Percentages of Color #dfaefc

%12
%31
%0
%1

Triadic Colors of #dfaefc

#dfaefc #fcdfae #aefcdf

Analogous Colors of #dfaefc

#dfaefc #fcaef2 #b8aefc

Monochromatic Colors of #dfaefc

#dfaefc

Complementary Color

#dfaefc #cbfcae

#dfaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaefc Color CSS Codes

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

#dfaefc Text Font Color

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

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


#dfaefc Background Color

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

This div background color is #dfaefc


#dfaefc Border Color

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

This div border color is #dfaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaefc

Related Colors


Comments

No comments written yet.

Please login to write comment.