Color Hex Logo

#dbdc0a Color Hex

#DBDC0A
(219,220,10)
0 Favorites   0 Comments

Color spaces of #dbdc0a

RGB 21922010
HSL0.170.910.45
HSV60°95°86°
CMYK 0.000.000.95   0.14
XYZ54.861466.268410.1867
Yxy66.26840.41780.5046
Hunter Lab81.4054-22.163349.5645
CIE-Lab85.1331-19.612583.5740

#dbdc0a color RGB value is (219,220,10).

#dbdc0a hex color red value is 219, green value is 220 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dbdc0a hue: 0.17 , saturation: 0.91 and the lightness value of dbdc0a is 0.45.

The process color (four color CMYK) of #dbdc0a color hex is 0.00, 0.00, 0.95, 0.14. Web safe color of #dbdc0a is #cccc00. Color #dbdc0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 00001010
Octal 333 334 12
Decimal 219 220 10
Hex DB DC A

RGB Percentages of Color #dbdc0a

%48.78
%49.00
%2.23

CMYK Percentages of Color #dbdc0a

%0
%0
%95
%14

Triadic Colors of #dbdc0a

#dbdc0a #0adbdc #dc0adb

Analogous Colors of #dbdc0a

#dbdc0a #72dc0a #dc740a

Monochromatic Colors of #dbdc0a

#dbdc0a

Complementary Color

#dbdc0a #0b0adc

#dbdc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdc0a Color CSS Codes

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

#dbdc0a Text Font Color

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

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


#dbdc0a Background Color

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

This div background color is #dbdc0a


#dbdc0a Border Color

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

This div border color is #dbdc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdc0a


Comments

No comments written yet.

Please login to write comment.