Color Hex Logo

#dbab27 Color Hex

#DBAB27
(219,171,39)
0 Favorites   0 Comments

Color spaces of #dbab27

RGB 21917139
HSL0.120.710.51
HSV44°82°86°
CMYK 0.000.220.82   0.14
XYZ44.142544.33248.1499
Yxy44.33240.45680.4588
Hunter Lab66.58261.821339.3505
CIE-Lab72.45015.956268.2132

#dbab27 color RGB value is (219,171,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00100111
Octal 333 253 47
Decimal 219 171 39
Hex DB AB 27

RGB Percentages of Color #dbab27

%51.05
%39.86
%9.09

CMYK Percentages of Color #dbab27

%0
%22
%82
%14

Triadic Colors of #dbab27

#dbab27 #27dbab #ab27db

Analogous Colors of #dbab27

#dbab27 #b1db27 #db5127

Monochromatic Colors of #dbab27

#dbab27

Complementary Color

#dbab27 #2757db

#dbab27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab27 Color CSS Codes

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

#dbab27 Text Font Color

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

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


#dbab27 Background Color

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

This div background color is #dbab27


#dbab27 Border Color

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

This div border color is #dbab27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab27


Comments

No comments written yet.

Please login to write comment.