Color Hex Logo

#dfedf5 Color Hex

#DFEDF5
(223,237,245)
0 Favorites   0 Comments

Color spaces of #dfedf5

RGB 223237245
HSL0.560.520.92
HSV202°96°
CMYK 0.090.030.00   0.04
XYZ77.197082.848998.3089
Yxy82.84890.29880.3207
Hunter Lab91.0214-7.8981-0.3220
CIE-Lab92.9482-3.0984-5.4622

#dfedf5 color RGB value is (223,237,245).

#dfedf5 hex color red value is 223, green value is 237 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dfedf5 hue: 0.56 , saturation: 0.52 and the lightness value of dfedf5 is 0.92.

The process color (four color CMYK) of #dfedf5 color hex is 0.09, 0.03, 0.00, 0.04. Web safe color of #dfedf5 is #ccffff. Color #dfedf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11110101
Octal 337 355 365
Decimal 223 237 245
Hex DF ED F5

RGB Percentages of Color #dfedf5

%31.63
%33.62
%34.75

CMYK Percentages of Color #dfedf5

%9
%3
%0
%4

Triadic Colors of #dfedf5

#dfedf5 #f5dfed #edf5df

Analogous Colors of #dfedf5

#dfedf5 #dfe2f5 #dff5f2

Monochromatic Colors of #dfedf5

#dfedf5

Complementary Color

#dfedf5 #f5e7df

#dfedf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedf5 Color CSS Codes

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

#dfedf5 Text Font Color

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

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


#dfedf5 Background Color

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

This div background color is #dfedf5


#dfedf5 Border Color

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

This div border color is #dfedf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedf5


Comments

No comments written yet.

Please login to write comment.