Color Hex Logo

#dbdd59 Color Hex

#DBDD59
(219,221,89)
0 Favorites   0 Comments

Color spaces of #dbdd59

RGB 21922189
HSL0.170.660.61
HSV61°60°87°
CMYK 0.010.000.60   0.13
XYZ56.873067.494219.4814
Yxy67.49420.39540.4692
Hunter Lab82.1549-20.201543.4489
CIE-Lab85.7529-17.256762.7379

#dbdd59 color RGB value is (219,221,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 01011001
Octal 333 335 131
Decimal 219 221 89
Hex DB DD 59

RGB Percentages of Color #dbdd59

%41.40
%41.78
%16.82

CMYK Percentages of Color #dbdd59

%1
%0
%60
%13

Triadic Colors of #dbdd59

#dbdd59 #59dbdd #dd59db

Analogous Colors of #dbdd59

#dbdd59 #99dd59 #dd9d59

Monochromatic Colors of #dbdd59

#dbdd59

Complementary Color

#dbdd59 #5b59dd

#dbdd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd59 Color CSS Codes

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

#dbdd59 Text Font Color

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

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


#dbdd59 Background Color

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

This div background color is #dbdd59


#dbdd59 Border Color

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

This div border color is #dbdd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd59


Comments

No comments written yet.

Please login to write comment.