Color Hex Logo

#dfe5ec Color Hex

#DFE5EC
(223,229,236)
0 Favorites   0 Comments

Color spaces of #dfe5ec

RGB 223229236
HSL0.590.250.90
HSV212°93°
CMYK 0.060.030.00   0.07
XYZ73.591177.782790.4918
Yxy77.78270.30430.3216
Hunter Lab88.1945-5.39670.9018
CIE-Lab90.6807-0.7040-4.1062

#dfe5ec color RGB value is (223,229,236).

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

The process color (four color CMYK) of #dfe5ec color hex is 0.06, 0.03, 0.00, 0.07. Web safe color of #dfe5ec is #ccccff. Color #dfe5ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11101100
Octal 337 345 354
Decimal 223 229 236
Hex DF E5 EC

RGB Percentages of Color #dfe5ec

%32.41
%33.28
%34.30

CMYK Percentages of Color #dfe5ec

%6
%3
%0
%7

Triadic Colors of #dfe5ec

#dfe5ec #ecdfe5 #e5ecdf

Analogous Colors of #dfe5ec

#dfe5ec #e0dfec #dfecec

Monochromatic Colors of #dfe5ec

#dfe5ec

Complementary Color

#dfe5ec #ece6df

#dfe5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5ec Color CSS Codes

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

#dfe5ec Text Font Color

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

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


#dfe5ec Background Color

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

This div background color is #dfe5ec


#dfe5ec Border Color

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

This div border color is #dfe5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5ec

#dfe5ec Color Palettes


Comments

No comments written yet.

Please login to write comment.