Color Hex Logo

#dfe0ea Color Hex

#DFE0EA
(223,224,234)
0 Favorites   0 Comments

Color spaces of #dfe0ea

RGB 223224234
HSL0.650.210.90
HSV235°92°
CMYK 0.050.040.00   0.08
XYZ71.938474.939888.5152
Yxy74.93980.30560.3184
Hunter Lab86.5678-3.1589-0.0263
CIE-Lab89.36481.5048-4.9957

#dfe0ea color RGB value is (223,224,234).

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

The process color (four color CMYK) of #dfe0ea color hex is 0.05, 0.04, 0.00, 0.08. Web safe color of #dfe0ea is #ccccff. Color #dfe0ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 11101010
Octal 337 340 352
Decimal 223 224 234
Hex DF E0 EA

RGB Percentages of Color #dfe0ea

%32.75
%32.89
%34.36

CMYK Percentages of Color #dfe0ea

%5
%4
%0
%8

Triadic Colors of #dfe0ea

#dfe0ea #eadfe0 #e0eadf

Analogous Colors of #dfe0ea

#dfe0ea #e4dfea #dfe6ea

Monochromatic Colors of #dfe0ea

#dfe0ea

Complementary Color

#dfe0ea #eae9df

#dfe0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe0ea Color CSS Codes

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

#dfe0ea Text Font Color

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

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


#dfe0ea Background Color

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

This div background color is #dfe0ea


#dfe0ea Border Color

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

This div border color is #dfe0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe0ea


Comments

No comments written yet.

Please login to write comment.