Color Hex Logo

#dfe5ea Color Hex

#DFE5EA
(223,229,234)
0 Favorites   0 Comments

Color spaces of #dfe5ea

RGB 223229234
HSL0.580.210.90
HSV207°92°
CMYK 0.050.020.00   0.08
XYZ73.302077.667188.9697
Yxy77.66710.30550.3237
Hunter Lab88.1289-5.75671.8346
CIE-Lab90.6278-1.0781-3.1371

#dfe5ea color RGB value is (223,229,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11101010
Octal 337 345 352
Decimal 223 229 234
Hex DF E5 EA

RGB Percentages of Color #dfe5ea

%32.51
%33.38
%34.11

CMYK Percentages of Color #dfe5ea

%5
%2
%0
%8

Triadic Colors of #dfe5ea

#dfe5ea #eadfe5 #e5eadf

Analogous Colors of #dfe5ea

#dfe5ea #dfe0ea #dfeaea

Monochromatic Colors of #dfe5ea

#dfe5ea

Complementary Color

#dfe5ea #eae4df

#dfe5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5ea Color CSS Codes

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

#dfe5ea Text Font Color

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

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


#dfe5ea Background Color

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

This div background color is #dfe5ea


#dfe5ea Border Color

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

This div border color is #dfe5ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,229,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 #dfe5ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5ea


Comments

No comments written yet.

Please login to write comment.