Color Hex Logo

#dbdd15 Color Hex

#DBDD15
(219,221,21)
0 Favorites   0 Comments

Color spaces of #dbdd15

RGB 21922121
HSL0.170.830.47
HSV61°90°87°
CMYK 0.010.000.90   0.13
XYZ55.205266.827110.6988
Yxy66.82710.41590.5035
Hunter Lab81.7478-22.515849.4639
CIE-Lab85.4166-19.966482.5661

#dbdd15 color RGB value is (219,221,21).

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

The process color (four color CMYK) of #dbdd15 color hex is 0.01, 0.00, 0.90, 0.13. Web safe color of #dbdd15 is #cccc00. Color #dbdd15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 00010101
Octal 333 335 25
Decimal 219 221 21
Hex DB DD 15

RGB Percentages of Color #dbdd15

%47.51
%47.94
%4.56

CMYK Percentages of Color #dbdd15

%1
%0
%90
%13

Triadic Colors of #dbdd15

#dbdd15 #15dbdd #dd15db

Analogous Colors of #dbdd15

#dbdd15 #77dd15 #dd7b15

Monochromatic Colors of #dbdd15

#dbdd15

Complementary Color

#dbdd15 #1715dd

#dbdd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd15 Color CSS Codes

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

#dbdd15 Text Font Color

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

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


#dbdd15 Background Color

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

This div background color is #dbdd15


#dbdd15 Border Color

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

This div border color is #dbdd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd15

#dbdd15 Color Palettes


Comments

No comments written yet.

Please login to write comment.