Color Hex Logo

#dbae59 Color Hex

#DBAE59
(219,174,89)
0 Favorites   0 Comments

Color spaces of #dbae59

RGB 21917489
HSL0.110.640.60
HSV39°59°86°
CMYK 0.000.210.59   0.14
XYZ46.152646.053415.9079
Yxy46.05340.42690.4260
Hunter Lab67.86272.636133.6055
CIE-Lab73.58026.875649.1116

#dbae59 color RGB value is (219,174,89).

#dbae59 hex color red value is 219, green value is 174 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dbae59 hue: 0.11 , saturation: 0.64 and the lightness value of dbae59 is 0.60.

The process color (four color CMYK) of #dbae59 color hex is 0.00, 0.21, 0.59, 0.14. Web safe color of #dbae59 is #cc9966. Color #dbae59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01011001
Octal 333 256 131
Decimal 219 174 89
Hex DB AE 59

RGB Percentages of Color #dbae59

%45.44
%36.10
%18.46

CMYK Percentages of Color #dbae59

%0
%21
%59
%14

Triadic Colors of #dbae59

#dbae59 #59dbae #ae59db

Analogous Colors of #dbae59

#dbae59 #c7db59 #db6d59

Monochromatic Colors of #dbae59

#dbae59

Complementary Color

#dbae59 #5986db

#dbae59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae59 Color CSS Codes

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

#dbae59 Text Font Color

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

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


#dbae59 Background Color

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

This div background color is #dbae59


#dbae59 Border Color

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

This div border color is #dbae59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae59


Comments

No comments written yet.

Please login to write comment.