Color Hex Logo

#dbae3f Color Hex

#DBAE3F
(219,174,63)
0 Favorites   0 Comments

Color spaces of #dbae3f

RGB 21917463
HSL0.120.680.55
HSV43°71°86°
CMYK 0.000.210.71   0.14
XYZ45.246745.691111.1371
Yxy45.69110.44330.4476
Hunter Lab67.59521.192337.5479
CIE-Lab73.34465.302560.5090

#dbae3f color RGB value is (219,174,63).

#dbae3f hex color red value is 219, green value is 174 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dbae3f hue: 0.12 , saturation: 0.68 and the lightness value of dbae3f is 0.55.

The process color (four color CMYK) of #dbae3f color hex is 0.00, 0.21, 0.71, 0.14. Web safe color of #dbae3f is #cc9933. Color #dbae3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00111111
Octal 333 256 77
Decimal 219 174 63
Hex DB AE 3F

RGB Percentages of Color #dbae3f

%48.03
%38.16
%13.82

CMYK Percentages of Color #dbae3f

%0
%21
%71
%14

Triadic Colors of #dbae3f

#dbae3f #3fdbae #ae3fdb

Analogous Colors of #dbae3f

#dbae3f #badb3f #db603f

Monochromatic Colors of #dbae3f

#dbae3f

Complementary Color

#dbae3f #3f6cdb

#dbae3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae3f Color CSS Codes

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

#dbae3f Text Font Color

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

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


#dbae3f Background Color

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

This div background color is #dbae3f


#dbae3f Border Color

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

This div border color is #dbae3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae3f


Comments

No comments written yet.

Please login to write comment.