Color Hex Logo

#dfefbd Color Hex

#DFEFBD
(223,239,189)
0 Favorites   0 Comments

Color spaces of #dfefbd

RGB 223239189
HSL0.220.610.84
HSV79°21°94°
CMYK 0.070.000.21   0.06
XYZ70.483281.095160.0822
Yxy81.09510.33300.3831
Hunter Lab90.0528-17.882723.4794
CIE-Lab92.1740-13.697222.4636

#dfefbd color RGB value is (223,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10111101
Octal 337 357 275
Decimal 223 239 189
Hex DF EF BD

RGB Percentages of Color #dfefbd

%34.25
%36.71
%29.03

CMYK Percentages of Color #dfefbd

%7
%0
%21
%6

Triadic Colors of #dfefbd

#dfefbd #bddfef #efbddf

Analogous Colors of #dfefbd

#dfefbd #c6efbd #efe6bd

Monochromatic Colors of #dfefbd

#dfefbd

Complementary Color

#dfefbd #cdbdef

#dfefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefbd Color CSS Codes

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

#dfefbd Text Font Color

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

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


#dfefbd Background Color

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

This div background color is #dfefbd


#dfefbd Border Color

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

This div border color is #dfefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefbd


Comments

No comments written yet.

Please login to write comment.