Color Hex Logo

#dfe7ef Color Hex

#DFE7EF
(223,231,239)
0 Favorites   0 Comments

Color spaces of #dfe7ef

RGB 223231239
HSL0.580.330.91
HSV210°94°
CMYK 0.070.030.00   0.06
XYZ74.587379.071892.9926
Yxy79.07180.30240.3206
Hunter Lab88.9223-5.88980.2417
CIE-Lab91.2668-1.1679-4.8121

#dfe7ef color RGB value is (223,231,239).

#dfe7ef hex color red value is 223, green value is 231 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfe7ef hue: 0.58 , saturation: 0.33 and the lightness value of dfe7ef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 11101111
Octal 337 347 357
Decimal 223 231 239
Hex DF E7 EF

RGB Percentages of Color #dfe7ef

%32.18
%33.33
%34.49

CMYK Percentages of Color #dfe7ef

%7
%3
%0
%6

Triadic Colors of #dfe7ef

#dfe7ef #efdfe7 #e7efdf

Analogous Colors of #dfe7ef

#dfe7ef #dfdfef #dfefef

Monochromatic Colors of #dfe7ef

#dfe7ef

Complementary Color

#dfe7ef #efe7df

#dfe7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe7ef Color CSS Codes

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

#dfe7ef Text Font Color

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

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


#dfe7ef Background Color

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

This div background color is #dfe7ef


#dfe7ef Border Color

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

This div border color is #dfe7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe7ef


Comments

No comments written yet.

Please login to write comment.