Color Hex Logo

#dfeaef Color Hex

#DFEAEF
(223,234,239)
0 Favorites   0 Comments

Color spaces of #dfeaef

RGB 223234239
HSL0.550.330.91
HSV199°94°
CMYK 0.070.020.00   0.06
XYZ75.434280.765693.2749
Yxy80.76560.30240.3237
Hunter Lab89.8697-7.44381.3722
CIE-Lab92.0273-2.7070-3.6927

#dfeaef color RGB value is (223,234,239).

#dfeaef hex color red value is 223, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfeaef hue: 0.55 , saturation: 0.33 and the lightness value of dfeaef is 0.91.

The process color (four color CMYK) of #dfeaef color hex is 0.07, 0.02, 0.00, 0.06. Web safe color of #dfeaef is #ccffff. Color #dfeaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 11101111
Octal 337 352 357
Decimal 223 234 239
Hex DF EA EF

RGB Percentages of Color #dfeaef

%32.04
%33.62
%34.34

CMYK Percentages of Color #dfeaef

%7
%2
%0
%6

Triadic Colors of #dfeaef

#dfeaef #efdfea #eaefdf

Analogous Colors of #dfeaef

#dfeaef #dfe2ef #dfefec

Monochromatic Colors of #dfeaef

#dfeaef

Complementary Color

#dfeaef #efe4df

#dfeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeaef Color CSS Codes

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

#dfeaef Text Font Color

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

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


#dfeaef Background Color

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

This div background color is #dfeaef


#dfeaef Border Color

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

This div border color is #dfeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeaef


Comments

No comments written yet.

Please login to write comment.