Color Hex Logo

#dfebf0 Color Hex

#DFEBF0
(223,235,240)
1 Favorites   0 Comments

Color spaces of #dfebf0

RGB 223235240
HSL0.550.360.91
HSV198°94°
CMYK 0.070.020.00   0.06
XYZ75.867981.395994.1504
Yxy81.39590.30180.3238
Hunter Lab90.2197-7.77951.2806
CIE-Lab92.3076-3.0297-3.8019

#dfebf0 color RGB value is (223,235,240).

#dfebf0 hex color red value is 223, green value is 235 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dfebf0 hue: 0.55 , saturation: 0.36 and the lightness value of dfebf0 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11110000
Octal 337 353 360
Decimal 223 235 240
Hex DF EB F0

RGB Percentages of Color #dfebf0

%31.95
%33.67
%34.38

CMYK Percentages of Color #dfebf0

%7
%2
%0
%6

Triadic Colors of #dfebf0

#dfebf0 #f0dfeb #ebf0df

Analogous Colors of #dfebf0

#dfebf0 #dfe3f0 #dff0ed

Monochromatic Colors of #dfebf0

#dfebf0

Complementary Color

#dfebf0 #f0e4df

#dfebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebf0 Color CSS Codes

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

#dfebf0 Text Font Color

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

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


#dfebf0 Background Color

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

This div background color is #dfebf0


#dfebf0 Border Color

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

This div border color is #dfebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebf0


Comments

No comments written yet.

Please login to write comment.