Color Hex Logo

#dfe5eb Color Hex

#DFE5EB
(223,229,235)
0 Favorites   0 Comments

Color spaces of #dfe5eb

RGB 223229235
HSL0.580.230.90
HSV210°92°
CMYK 0.050.030.00   0.08
XYZ73.446177.724889.7286
Yxy77.72480.30490.3226
Hunter Lab88.1617-5.57741.3694
CIE-Lab90.6542-0.8916-3.6217

#dfe5eb color RGB value is (223,229,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11101011
Octal 337 345 353
Decimal 223 229 235
Hex DF E5 EB

RGB Percentages of Color #dfe5eb

%32.46
%33.33
%34.21

CMYK Percentages of Color #dfe5eb

%5
%3
%0
%8

Triadic Colors of #dfe5eb

#dfe5eb #ebdfe5 #e5ebdf

Analogous Colors of #dfe5eb

#dfe5eb #dfdfeb #dfebeb

Monochromatic Colors of #dfe5eb

#dfe5eb

Complementary Color

#dfe5eb #ebe5df

#dfe5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5eb Color CSS Codes

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

#dfe5eb Text Font Color

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

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


#dfe5eb Background Color

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

This div background color is #dfe5eb


#dfe5eb Border Color

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

This div border color is #dfe5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5eb


Comments

No comments written yet.

Please login to write comment.