Color Hex Logo

#dfefbf Color Hex

#DFEFBF
(223,239,191)
0 Favorites   0 Comments

Color spaces of #dfefbf

RGB 223239191
HSL0.220.600.84
HSV80°20°94°
CMYK 0.070.000.20   0.06
XYZ70.701981.182661.2336
Yxy81.18260.33170.3809
Hunter Lab90.1014-17.609822.7770
CIE-Lab92.2129-13.397321.4893

#dfefbf color RGB value is (223,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10111111
Octal 337 357 277
Decimal 223 239 191
Hex DF EF BF

RGB Percentages of Color #dfefbf

%34.15
%36.60
%29.25

CMYK Percentages of Color #dfefbf

%7
%0
%20
%6

Triadic Colors of #dfefbf

#dfefbf #bfdfef #efbfdf

Analogous Colors of #dfefbf

#dfefbf #c7efbf #efe7bf

Monochromatic Colors of #dfefbf

#dfefbf

Complementary Color

#dfefbf #cfbfef

#dfefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefbf Color CSS Codes

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

#dfefbf Text Font Color

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

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


#dfefbf Background Color

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

This div background color is #dfefbf


#dfefbf Border Color

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

This div border color is #dfefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefbf


Comments

No comments written yet.

Please login to write comment.