Color Hex Logo

#dbd854 Color Hex

#DBD854
(219,216,84)
0 Favorites   0 Comments

Color spaces of #dbd854

RGB 21921684
HSL0.160.650.59
HSV59°62°86°
CMYK 0.000.010.62   0.14
XYZ55.369564.811917.9792
Yxy64.81190.40080.4691
Hunter Lab80.5058-18.118343.1130
CIE-Lab84.3867-15.113963.3569

#dbd854 color RGB value is (219,216,84).

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

The process color (four color CMYK) of #dbd854 color hex is 0.00, 0.01, 0.62, 0.14. Web safe color of #dbd854 is #cccc66. Color #dbd854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 01010100
Octal 333 330 124
Decimal 219 216 84
Hex DB D8 54

RGB Percentages of Color #dbd854

%42.20
%41.62
%16.18

CMYK Percentages of Color #dbd854

%0
%1
%62
%14

Triadic Colors of #dbd854

#dbd854 #54dbd8 #d854db

Analogous Colors of #dbd854

#dbd854 #9bdb54 #db9554

Monochromatic Colors of #dbd854

#dbd854

Complementary Color

#dbd854 #5457db

#dbd854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd854 Color CSS Codes

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

#dbd854 Text Font Color

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

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


#dbd854 Background Color

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

This div background color is #dbd854


#dbd854 Border Color

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

This div border color is #dbd854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd854


Comments

No comments written yet.

Please login to write comment.