Color Hex Logo

#dbae2f Color Hex

#DBAE2F
(219,174,47)
0 Favorites   0 Comments

Color spaces of #dbae2f

RGB 21917447
HSL0.120.700.52
HSV44°79°86°
CMYK 0.000.210.79   0.14
XYZ44.862645.53749.1144
Yxy45.53740.45080.4576
Hunter Lab67.48140.576939.2290
CIE-Lab73.24444.626966.3807

#dbae2f color RGB value is (219,174,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00101111
Octal 333 256 57
Decimal 219 174 47
Hex DB AE 2F

RGB Percentages of Color #dbae2f

%49.77
%39.55
%10.68

CMYK Percentages of Color #dbae2f

%0
%21
%79
%14

Triadic Colors of #dbae2f

#dbae2f #2fdbae #ae2fdb

Analogous Colors of #dbae2f

#dbae2f #b2db2f #db582f

Monochromatic Colors of #dbae2f

#dbae2f

Complementary Color

#dbae2f #2f5cdb

#dbae2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae2f Color CSS Codes

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

#dbae2f Text Font Color

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

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


#dbae2f Background Color

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

This div background color is #dbae2f


#dbae2f Border Color

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

This div border color is #dbae2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae2f


Comments

No comments written yet.

Please login to write comment.