Color Hex Logo

#dfeaed Color Hex

#DFEAED
(223,234,237)
0 Favorites   0 Comments

Color spaces of #dfeaed

RGB 223234237
HSL0.540.280.90
HSV193°93°
CMYK 0.060.010.00   0.07
XYZ75.140380.648091.7271
Yxy80.64800.30360.3258
Hunter Lab89.8042-7.80432.3035
CIE-Lab91.9748-3.0829-2.7266

#dfeaed color RGB value is (223,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 11101101
Octal 337 352 355
Decimal 223 234 237
Hex DF EA ED

RGB Percentages of Color #dfeaed

%32.13
%33.72
%34.15

CMYK Percentages of Color #dfeaed

%6
%1
%0
%7

Triadic Colors of #dfeaed

#dfeaed #eddfea #eaeddf

Analogous Colors of #dfeaed

#dfeaed #dfe3ed #dfede9

Monochromatic Colors of #dfeaed

#dfeaed

Complementary Color

#dfeaed #ede2df

#dfeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeaed Color CSS Codes

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

#dfeaed Text Font Color

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

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


#dfeaed Background Color

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

This div background color is #dfeaed


#dfeaed Border Color

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

This div border color is #dfeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeaed


Comments

No comments written yet.

Please login to write comment.