Color Hex Logo

#dbab34 Color Hex

#DBAB34
(219,171,52)
0 Favorites   0 Comments

Color spaces of #dbab34

RGB 21917152
HSL0.120.700.53
HSV43°76°86°
CMYK 0.000.220.76   0.14
XYZ44.396244.43389.4855
Yxy44.43380.45160.4520
Hunter Lab66.65872.232438.2241
CIE-Lab72.51756.406163.9559

#dbab34 color RGB value is (219,171,52).

#dbab34 hex color red value is 219, green value is 171 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dbab34 hue: 0.12 , saturation: 0.70 and the lightness value of dbab34 is 0.53.

The process color (four color CMYK) of #dbab34 color hex is 0.00, 0.22, 0.76, 0.14. Web safe color of #dbab34 is #cc9933. Color #dbab34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00110100
Octal 333 253 64
Decimal 219 171 52
Hex DB AB 34

RGB Percentages of Color #dbab34

%49.55
%38.69
%11.76

CMYK Percentages of Color #dbab34

%0
%22
%76
%14

Triadic Colors of #dbab34

#dbab34 #34dbab #ab34db

Analogous Colors of #dbab34

#dbab34 #b8db34 #db5834

Monochromatic Colors of #dbab34

#dbab34

Complementary Color

#dbab34 #3464db

#dbab34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab34 Color CSS Codes

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

#dbab34 Text Font Color

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

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


#dbab34 Background Color

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

This div background color is #dbab34


#dbab34 Border Color

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

This div border color is #dbab34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab34


Comments

No comments written yet.

Please login to write comment.