Color Hex Logo

#dfedbf Color Hex

#DFEDBF
(223,237,191)
0 Favorites   0 Comments

Color spaces of #dfedbf

RGB 223237191
HSL0.220.560.84
HSV78°19°93°
CMYK 0.060.000.19   0.07
XYZ70.119680.017961.0395
Yxy80.01790.33200.3789
Hunter Lab89.4527-16.620922.1594
CIE-Lab91.6929-12.403120.7674

#dfedbf color RGB value is (223,237,191).

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

The process color (four color CMYK) of #dfedbf color hex is 0.06, 0.00, 0.19, 0.07. Web safe color of #dfedbf is #ccffcc. Color #dfedbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10111111
Octal 337 355 277
Decimal 223 237 191
Hex DF ED BF

RGB Percentages of Color #dfedbf

%34.25
%36.41
%29.34

CMYK Percentages of Color #dfedbf

%6
%0
%19
%7

Triadic Colors of #dfedbf

#dfedbf #bfdfed #edbfdf

Analogous Colors of #dfedbf

#dfedbf #c8edbf #ede4bf

Monochromatic Colors of #dfedbf

#dfedbf

Complementary Color

#dfedbf #cdbfed

#dfedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedbf Color CSS Codes

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

#dfedbf Text Font Color

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

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


#dfedbf Background Color

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

This div background color is #dfedbf


#dfedbf Border Color

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

This div border color is #dfedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedbf


Comments

No comments written yet.

Please login to write comment.