Color Hex Logo

#dfe9ea Color Hex

#DFE9EA
(223,233,234)
0 Favorites   0 Comments

Color spaces of #dfe9ea

RGB 223233234
HSL0.520.210.90
HSV185°92°
CMYK 0.050.000.00   0.08
XYZ74.421679.906389.3429
Yxy79.90630.30540.3279
Hunter Lab89.3903-7.82353.3147
CIE-Lab91.6428-3.1305-1.6481

#dfe9ea color RGB value is (223,233,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 11101010
Octal 337 351 352
Decimal 223 233 234
Hex DF E9 EA

RGB Percentages of Color #dfe9ea

%32.32
%33.77
%33.91

CMYK Percentages of Color #dfe9ea

%5
%0
%0
%8

Triadic Colors of #dfe9ea

#dfe9ea #eadfe9 #e9eadf

Analogous Colors of #dfe9ea

#dfe9ea #dfe4ea #dfeae6

Monochromatic Colors of #dfe9ea

#dfe9ea

Complementary Color

#dfe9ea #eae0df

#dfe9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe9ea Color CSS Codes

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

#dfe9ea Text Font Color

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

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


#dfe9ea Background Color

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

This div background color is #dfe9ea


#dfe9ea Border Color

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

This div border color is #dfe9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe9ea


Comments

No comments written yet.

Please login to write comment.