Color Hex Logo

#dfe2ee Color Hex

#DFE2EE
(223,226,238)
0 Favorites   0 Comments

Color spaces of #dfe2ee

RGB 223226238
HSL0.630.310.90
HSV228°93°
CMYK 0.060.050.00   0.07
XYZ73.060476.253791.7567
Yxy76.25370.30310.3163
Hunter Lab87.3234-3.4712-1.1737
CIE-Lab89.97701.2227-6.1914

#dfe2ee color RGB value is (223,226,238).

#dfe2ee hex color red value is 223, green value is 226 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfe2ee hue: 0.63 , saturation: 0.31 and the lightness value of dfe2ee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 11101110
Octal 337 342 356
Decimal 223 226 238
Hex DF E2 EE

RGB Percentages of Color #dfe2ee

%32.46
%32.90
%34.64

CMYK Percentages of Color #dfe2ee

%6
%5
%0
%7

Triadic Colors of #dfe2ee

#dfe2ee #eedfe2 #e2eedf

Analogous Colors of #dfe2ee

#dfe2ee #e4dfee #dfeaee

Monochromatic Colors of #dfe2ee

#dfe2ee

Complementary Color

#dfe2ee #eeebdf

#dfe2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe2ee Color CSS Codes

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

#dfe2ee Text Font Color

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

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


#dfe2ee Background Color

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

This div background color is #dfe2ee


#dfe2ee Border Color

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

This div border color is #dfe2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe2ee


Comments

No comments written yet.

Please login to write comment.