Color Hex Logo

#dfedee Color Hex

#DFEDEE
(223,237,238)
1 Favorites   0 Comments

Color spaces of #dfedee

RGB 223237238
HSL0.510.310.90
HSV184°93°
CMYK 0.060.000.00   0.07
XYZ76.148282.429492.7859
Yxy82.42940.30290.3279
Hunter Lab90.7906-9.17162.9605
CIE-Lab92.7640-4.4267-2.0899

#dfedee color RGB value is (223,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11101110
Octal 337 355 356
Decimal 223 237 238
Hex DF ED EE

RGB Percentages of Color #dfedee

%31.95
%33.95
%34.10

CMYK Percentages of Color #dfedee

%6
%0
%0
%7

Triadic Colors of #dfedee

#dfedee #eedfed #edeedf

Analogous Colors of #dfedee

#dfedee #dfe6ee #dfeee8

Monochromatic Colors of #dfedee

#dfedee

Complementary Color

#dfedee #eee0df

#dfedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedee Color CSS Codes

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

#dfedee Text Font Color

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

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


#dfedee Background Color

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

This div background color is #dfedee


#dfedee Border Color

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

This div border color is #dfedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedee


Comments

No comments written yet.

Please login to write comment.