Color Hex Logo

#dfeaf6 Color Hex

#DFEAF6
(223,234,246)
0 Favorites   0 Comments

Color spaces of #dfeaf6

RGB 223234246
HSL0.590.560.92
HSV211°96°
CMYK 0.090.050.00   0.04
XYZ76.488881.187498.8281
Yxy81.18740.29820.3165
Hunter Lab90.1041-6.1545-1.9577
CIE-Lab92.2150-1.3689-7.0661

#dfeaf6 color RGB value is (223,234,246).

#dfeaf6 hex color red value is 223, green value is 234 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dfeaf6 hue: 0.59 , saturation: 0.56 and the lightness value of dfeaf6 is 0.92.

The process color (four color CMYK) of #dfeaf6 color hex is 0.09, 0.05, 0.00, 0.04. Web safe color of #dfeaf6 is #ccffff. Color #dfeaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 11110110
Octal 337 352 366
Decimal 223 234 246
Hex DF EA F6

RGB Percentages of Color #dfeaf6

%31.72
%33.29
%34.99

CMYK Percentages of Color #dfeaf6

%9
%5
%0
%4

Triadic Colors of #dfeaf6

#dfeaf6 #f6dfea #eaf6df

Analogous Colors of #dfeaf6

#dfeaf6 #e0dff6 #dff6f6

Monochromatic Colors of #dfeaf6

#dfeaf6

Complementary Color

#dfeaf6 #f6ebdf

#dfeaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeaf6 Color CSS Codes

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

#dfeaf6 Text Font Color

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

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


#dfeaf6 Background Color

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

This div background color is #dfeaf6


#dfeaf6 Border Color

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

This div border color is #dfeaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeaf6

Related Colors


Comments

No comments written yet.

Please login to write comment.