Color Hex Logo

#dfebdf Color Hex

#DFEBDF
(223,235,223)
0 Favorites   0 Comments

Color spaces of #dfebdf

RGB 223235223
HSL0.330.230.90
HSV120°92°
CMYK 0.050.000.05   0.08
XYZ73.459080.432481.4653
Yxy80.43240.31210.3417
Hunter Lab89.6841-10.74038.9223
CIE-Lab91.8785-6.14214.4316

#dfebdf color RGB value is (223,235,223).

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

The process color (four color CMYK) of #dfebdf color hex is 0.05, 0.00, 0.05, 0.08. Web safe color of #dfebdf is #ccffcc. Color #dfebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11011111
Octal 337 353 337
Decimal 223 235 223
Hex DF EB DF

RGB Percentages of Color #dfebdf

%32.75
%34.51
%32.75

CMYK Percentages of Color #dfebdf

%5
%0
%5
%8

Triadic Colors of #dfebdf

#dfebdf #dfdfeb #ebdfdf

Analogous Colors of #dfebdf

#dfebdf #dfebe5 #e5ebdf

Monochromatic Colors of #dfebdf

#dfebdf

Complementary Color

#dfebdf #ebdfeb

#dfebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebdf Color CSS Codes

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

#dfebdf Text Font Color

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

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


#dfebdf Background Color

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

This div background color is #dfebdf


#dfebdf Border Color

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

This div border color is #dfebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebdf

#dfebdf Color Palettes


Comments

No comments written yet.

Please login to write comment.