Color Hex Logo

#dbd954 Color Hex

#DBD954
(219,217,84)
0 Favorites   0 Comments

Color spaces of #dbd954

RGB 21921784
HSL0.160.650.59
HSV59°62°86°
CMYK 0.000.010.62   0.14
XYZ55.626565.325918.0648
Yxy65.32590.40010.4699
Hunter Lab80.8244-18.592243.3254
CIE-Lab84.6514-15.609763.6394

#dbd954 color RGB value is (219,217,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01010100
Octal 333 331 124
Decimal 219 217 84
Hex DB D9 54

RGB Percentages of Color #dbd954

%42.12
%41.73
%16.15

CMYK Percentages of Color #dbd954

%0
%1
%62
%14

Triadic Colors of #dbd954

#dbd954 #54dbd9 #d954db

Analogous Colors of #dbd954

#dbd954 #9adb54 #db9654

Monochromatic Colors of #dbd954

#dbd954

Complementary Color

#dbd954 #5456db

#dbd954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd954 Color CSS Codes

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

#dbd954 Text Font Color

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

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


#dbd954 Background Color

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

This div background color is #dbd954


#dbd954 Border Color

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

This div border color is #dbd954


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,217,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 #dbd954">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd954


Comments

No comments written yet.

Please login to write comment.