Color Hex Logo

#dbae29 Color Hex

#DBAE29
(219,174,41)
0 Favorites   0 Comments

Color spaces of #dbae29

RGB 21917441
HSL0.120.710.51
HSV45°81°86°
CMYK 0.000.210.81   0.14
XYZ44.749745.49238.5201
Yxy45.49230.45310.4606
Hunter Lab67.44800.395439.7240
CIE-Lab73.21494.427168.2744

#dbae29 color RGB value is (219,174,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00101001
Octal 333 256 51
Decimal 219 174 41
Hex DB AE 29

RGB Percentages of Color #dbae29

%50.46
%40.09
%9.45

CMYK Percentages of Color #dbae29

%0
%21
%81
%14

Triadic Colors of #dbae29

#dbae29 #29dbae #ae29db

Analogous Colors of #dbae29

#dbae29 #afdb29 #db5529

Monochromatic Colors of #dbae29

#dbae29

Complementary Color

#dbae29 #2956db

#dbae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae29 Color CSS Codes

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

#dbae29 Text Font Color

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

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


#dbae29 Background Color

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

This div background color is #dbae29


#dbae29 Border Color

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

This div border color is #dbae29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae29


Comments

No comments written yet.

Please login to write comment.