Color Hex Logo

#dba802 Color Hex

#DBA802
(219,168,2)
0 Favorites   0 Comments

Color spaces of #dba802

RGB 2191682
HSL0.130.980.43
HSV46°99°86°
CMYK 0.000.230.99   0.14
XYZ43.227043.06976.0924
Yxy43.06970.46790.4662
Hunter Lab65.62752.724840.4352
CIE-Lab71.60236.915274.5422

#dba802 color RGB value is (219,168,2).

#dba802 hex color red value is 219, green value is 168 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dba802 hue: 0.13 , saturation: 0.98 and the lightness value of dba802 is 0.43.

The process color (four color CMYK) of #dba802 color hex is 0.00, 0.23, 0.99, 0.14. Web safe color of #dba802 is #cc9900. Color #dba802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 00000010
Octal 333 250 2
Decimal 219 168 2
Hex DB A8 2

RGB Percentages of Color #dba802

%56.30
%43.19
%0.51

CMYK Percentages of Color #dba802

%0
%23
%99
%14

Triadic Colors of #dba802

#dba802 #02dba8 #a802db

Analogous Colors of #dba802

#dba802 #a2db02 #db3c02

Monochromatic Colors of #dba802

#dba802

Complementary Color

#dba802 #0235db

#dba802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba802 Color CSS Codes

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

#dba802 Text Font Color

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

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


#dba802 Background Color

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

This div background color is #dba802


#dba802 Border Color

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

This div border color is #dba802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba802


Comments

No comments written yet.

Please login to write comment.