Color Hex Logo

#dbba25 Color Hex

#DBBA25
(219,186,37)
0 Favorites   0 Comments

Color spaces of #dbba25

RGB 21918637
HSL0.140.720.50
HSV49°83°86°
CMYK 0.000.150.83   0.14
XYZ47.106350.31158.9786
Yxy50.31150.44270.4729
Hunter Lab70.9306-5.583542.1463
CIE-Lab76.2601-1.987172.0169

#dbba25 color RGB value is (219,186,37).

#dbba25 hex color red value is 219, green value is 186 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dbba25 hue: 0.14 , saturation: 0.72 and the lightness value of dbba25 is 0.50.

The process color (four color CMYK) of #dbba25 color hex is 0.00, 0.15, 0.83, 0.14. Web safe color of #dbba25 is #cccc33. Color #dbba25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00100101
Octal 333 272 45
Decimal 219 186 37
Hex DB BA 25

RGB Percentages of Color #dbba25

%49.55
%42.08
%8.37

CMYK Percentages of Color #dbba25

%0
%15
%83
%14

Triadic Colors of #dbba25

#dbba25 #25dbba #ba25db

Analogous Colors of #dbba25

#dbba25 #a1db25 #db5f25

Monochromatic Colors of #dbba25

#dbba25

Complementary Color

#dbba25 #2546db

#dbba25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba25 Color CSS Codes

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

#dbba25 Text Font Color

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

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


#dbba25 Background Color

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

This div background color is #dbba25


#dbba25 Border Color

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

This div border color is #dbba25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba25


Comments

No comments written yet.

Please login to write comment.