Color Hex Logo

#dbd34e Color Hex

#DBD34E
(219,211,78)
0 Favorites   0 Comments

Color spaces of #dbd34e

RGB 21921178
HSL0.160.660.58
HSV57°64°86°
CMYK 0.000.040.64   0.14
XYZ53.882862.198716.3733
Yxy62.19870.40680.4696
Hunter Lab78.8662-16.061342.8972
CIE-Lab83.0190-12.990064.3680

#dbd34e color RGB value is (219,211,78).

#dbd34e hex color red value is 219, green value is 211 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dbd34e hue: 0.16 , saturation: 0.66 and the lightness value of dbd34e is 0.58.

The process color (four color CMYK) of #dbd34e color hex is 0.00, 0.04, 0.64, 0.14. Web safe color of #dbd34e is #cccc66. Color #dbd34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 01001110
Octal 333 323 116
Decimal 219 211 78
Hex DB D3 4E

RGB Percentages of Color #dbd34e

%43.11
%41.54
%15.35

CMYK Percentages of Color #dbd34e

%0
%4
%64
%14

Triadic Colors of #dbd34e

#dbd34e #4edbd3 #d34edb

Analogous Colors of #dbd34e

#dbd34e #9ddb4e #db8d4e

Monochromatic Colors of #dbd34e

#dbd34e

Complementary Color

#dbd34e #4e56db

#dbd34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd34e Color CSS Codes

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

#dbd34e Text Font Color

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

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


#dbd34e Background Color

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

This div background color is #dbd34e


#dbd34e Border Color

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

This div border color is #dbd34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd34e


Comments

No comments written yet.

Please login to write comment.