Color Hex Logo

#dbdd36 Color Hex

#DBDD36
(219,221,54)
0 Favorites   0 Comments

Color spaces of #dbdd36

RGB 21922154
HSL0.170.710.54
HSV61°76°87°
CMYK 0.010.000.76   0.13
XYZ55.735767.039313.4923
Yxy67.03930.40900.4920
Hunter Lab81.8775-21.777147.5441
CIE-Lab85.5238-19.096575.3310

#dbdd36 color RGB value is (219,221,54).

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

The process color (four color CMYK) of #dbdd36 color hex is 0.01, 0.00, 0.76, 0.13. Web safe color of #dbdd36 is #cccc33. Color #dbdd36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 00110110
Octal 333 335 66
Decimal 219 221 54
Hex DB DD 36

RGB Percentages of Color #dbdd36

%44.33
%44.74
%10.93

CMYK Percentages of Color #dbdd36

%1
%0
%76
%13

Triadic Colors of #dbdd36

#dbdd36 #36dbdd #dd36db

Analogous Colors of #dbdd36

#dbdd36 #88dd36 #dd8c36

Monochromatic Colors of #dbdd36

#dbdd36

Complementary Color

#dbdd36 #3836dd

#dbdd36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd36 Color CSS Codes

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

#dbdd36 Text Font Color

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

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


#dbdd36 Background Color

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

This div background color is #dbdd36


#dbdd36 Border Color

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

This div border color is #dbdd36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd36


Comments

No comments written yet.

Please login to write comment.