Color Hex Logo

#dbdf8d Color Hex

#DBDF8D
(219,223,141)
0 Favorites   0 Comments

Color spaces of #dbdf8d

RGB 219223141
HSL0.170.560.71
HSV63°37°87°
CMYK 0.020.000.37   0.13
XYZ60.408869.758535.4802
Yxy69.75850.36470.4211
Hunter Lab83.5216-17.058733.2785
CIE-Lab86.8783-13.550939.7488

#dbdf8d color RGB value is (219,223,141).

#dbdf8d hex color red value is 219, green value is 223 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbdf8d hue: 0.17 , saturation: 0.56 and the lightness value of dbdf8d is 0.71.

The process color (four color CMYK) of #dbdf8d color hex is 0.02, 0.00, 0.37, 0.13. Web safe color of #dbdf8d is #cccc99. Color #dbdf8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10001101
Octal 333 337 215
Decimal 219 223 141
Hex DB DF 8D

RGB Percentages of Color #dbdf8d

%37.56
%38.25
%24.19

CMYK Percentages of Color #dbdf8d

%2
%0
%37
%13

Triadic Colors of #dbdf8d

#dbdf8d #8ddbdf #df8ddb

Analogous Colors of #dbdf8d

#dbdf8d #b2df8d #dfba8d

Monochromatic Colors of #dbdf8d

#dbdf8d

Complementary Color

#dbdf8d #918ddf

#dbdf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf8d Color CSS Codes

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

#dbdf8d Text Font Color

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

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


#dbdf8d Background Color

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

This div background color is #dbdf8d


#dbdf8d Border Color

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

This div border color is #dbdf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf8d


Comments

No comments written yet.

Please login to write comment.