Color Hex Logo

#dfeaee Color Hex

#DFEAEE
(223,234,238)
0 Favorites   0 Comments

Color spaces of #dfeaee

RGB 223234238
HSL0.540.310.90
HSV196°93°
CMYK 0.060.020.00   0.07
XYZ75.286980.706792.4988
Yxy80.70670.30300.3248
Hunter Lab89.8369-7.62451.8391
CIE-Lab92.0010-2.8953-3.2097

#dfeaee color RGB value is (223,234,238).

#dfeaee hex color red value is 223, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfeaee hue: 0.54 , saturation: 0.31 and the lightness value of dfeaee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 11101110
Octal 337 352 356
Decimal 223 234 238
Hex DF EA EE

RGB Percentages of Color #dfeaee

%32.09
%33.67
%34.24

CMYK Percentages of Color #dfeaee

%6
%2
%0
%7

Triadic Colors of #dfeaee

#dfeaee #eedfea #eaeedf

Analogous Colors of #dfeaee

#dfeaee #dfe3ee #dfeeeb

Monochromatic Colors of #dfeaee

#dfeaee

Complementary Color

#dfeaee #eee3df

#dfeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeaee Color CSS Codes

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

#dfeaee Text Font Color

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

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


#dfeaee Background Color

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

This div background color is #dfeaee


#dfeaee Border Color

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

This div border color is #dfeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeaee


Comments

No comments written yet.

Please login to write comment.