Color Hex Logo

#dfe6eb Color Hex

#DFE6EB
(223,230,235)
1 Favorites   0 Comments

Color spaces of #dfe6eb

RGB 223230235
HSL0.570.230.90
HSV205°92°
CMYK 0.050.020.00   0.08
XYZ73.723678.279889.8211
Yxy78.27980.30490.3237
Hunter Lab88.4759-6.09551.7416
CIE-Lab90.9074-1.4061-3.2495

#dfe6eb color RGB value is (223,230,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 11101011
Octal 337 346 353
Decimal 223 230 235
Hex DF E6 EB

RGB Percentages of Color #dfe6eb

%32.41
%33.43
%34.16

CMYK Percentages of Color #dfe6eb

%5
%2
%0
%8

Triadic Colors of #dfe6eb

#dfe6eb #ebdfe6 #e6ebdf

Analogous Colors of #dfe6eb

#dfe6eb #dfe0eb #dfebea

Monochromatic Colors of #dfe6eb

#dfe6eb

Complementary Color

#dfe6eb #ebe4df

#dfe6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6eb Color CSS Codes

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

#dfe6eb Text Font Color

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

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


#dfe6eb Background Color

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

This div background color is #dfe6eb


#dfe6eb Border Color

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

This div border color is #dfe6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6eb


Comments

No comments written yet.

Please login to write comment.