Color Hex Logo

#dbd450 Color Hex

#DBD450
(219,212,80)
0 Favorites   0 Comments

Color spaces of #dbd450

RGB 21921280
HSL0.160.660.59
HSV57°63°86°
CMYK 0.000.030.63   0.14
XYZ54.204962.726216.8399
Yxy62.72620.40520.4689
Hunter Lab79.1999-16.433242.8334
CIE-Lab83.2981-13.370263.8484

#dbd450 color RGB value is (219,212,80).

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

The process color (four color CMYK) of #dbd450 color hex is 0.00, 0.03, 0.63, 0.14. Web safe color of #dbd450 is #cccc66. Color #dbd450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01010000
Octal 333 324 120
Decimal 219 212 80
Hex DB D4 50

RGB Percentages of Color #dbd450

%42.86
%41.49
%15.66

CMYK Percentages of Color #dbd450

%0
%3
%63
%14

Triadic Colors of #dbd450

#dbd450 #50dbd4 #d450db

Analogous Colors of #dbd450

#dbd450 #9ddb50 #db8f50

Monochromatic Colors of #dbd450

#dbd450

Complementary Color

#dbd450 #5057db

#dbd450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd450 Color CSS Codes

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

#dbd450 Text Font Color

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

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


#dbd450 Background Color

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

This div background color is #dbd450


#dbd450 Border Color

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

This div border color is #dbd450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd450


Comments

No comments written yet.

Please login to write comment.