Color Hex Logo

#dbdd5f Color Hex

#DBDD5F
(219,221,95)
0 Favorites   0 Comments

Color spaces of #dbdd5f

RGB 21922195
HSL0.170.650.62
HSV61°57°87°
CMYK 0.010.000.57   0.13
XYZ57.135467.599220.8631
Yxy67.59920.39240.4643
Hunter Lab82.2187-19.839742.5082
CIE-Lab85.8056-16.837060.2251

#dbdd5f color RGB value is (219,221,95).

#dbdd5f hex color red value is 219, green value is 221 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbdd5f hue: 0.17 , saturation: 0.65 and the lightness value of dbdd5f is 0.62.

The process color (four color CMYK) of #dbdd5f color hex is 0.01, 0.00, 0.57, 0.13. Web safe color of #dbdd5f is #cccc66. Color #dbdd5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 01011111
Octal 333 335 137
Decimal 219 221 95
Hex DB DD 5F

RGB Percentages of Color #dbdd5f

%40.93
%41.31
%17.76

CMYK Percentages of Color #dbdd5f

%1
%0
%57
%13

Triadic Colors of #dbdd5f

#dbdd5f #5fdbdd #dd5fdb

Analogous Colors of #dbdd5f

#dbdd5f #9cdd5f #dda05f

Monochromatic Colors of #dbdd5f

#dbdd5f

Complementary Color

#dbdd5f #615fdd

#dbdd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd5f Color CSS Codes

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

#dbdd5f Text Font Color

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

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


#dbdd5f Background Color

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

This div background color is #dbdd5f


#dbdd5f Border Color

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

This div border color is #dbdd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd5f


Comments

No comments written yet.

Please login to write comment.