Color Hex Logo

#dbab38 Color Hex

#DBAB38
(219,171,56)
0 Favorites   0 Comments

Color spaces of #dbab38

RGB 21917156
HSL0.120.690.54
HSV42°74°86°
CMYK 0.000.220.74   0.14
XYZ44.490144.47149.9803
Yxy44.47140.44970.4495
Hunter Lab66.68692.384137.8075
CIE-Lab72.54256.571862.4834

#dbab38 color RGB value is (219,171,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00111000
Octal 333 253 70
Decimal 219 171 56
Hex DB AB 38

RGB Percentages of Color #dbab38

%49.10
%38.34
%12.56

CMYK Percentages of Color #dbab38

%0
%22
%74
%14

Triadic Colors of #dbab38

#dbab38 #38dbab #ab38db

Analogous Colors of #dbab38

#dbab38 #badb38 #db5a38

Monochromatic Colors of #dbab38

#dbab38

Complementary Color

#dbab38 #3868db

#dbab38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab38 Color CSS Codes

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

#dbab38 Text Font Color

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

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


#dbab38 Background Color

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

This div background color is #dbab38


#dbab38 Border Color

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

This div border color is #dbab38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab38


Comments

No comments written yet.

Please login to write comment.