Color Hex Logo

#dbd982 Color Hex

#DBD982
(219,217,130)
0 Favorites   0 Comments

Color spaces of #dbd982

RGB 219217130
HSL0.160.550.68
HSV59°41°86°
CMYK 0.000.010.41   0.14
XYZ58.055566.297530.8559
Yxy66.29750.37400.4272
Hunter Lab81.4233-15.218734.5279
CIE-Lab85.1479-11.749043.0251

#dbd982 color RGB value is (219,217,130).

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

The process color (four color CMYK) of #dbd982 color hex is 0.00, 0.01, 0.41, 0.14. Web safe color of #dbd982 is #cccc99. Color #dbd982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10000010
Octal 333 331 202
Decimal 219 217 130
Hex DB D9 82

RGB Percentages of Color #dbd982

%38.69
%38.34
%22.97

CMYK Percentages of Color #dbd982

%0
%1
%41
%14

Triadic Colors of #dbd982

#dbd982 #82dbd9 #d982db

Analogous Colors of #dbd982

#dbd982 #b1db82 #dbad82

Monochromatic Colors of #dbd982

#dbd982

Complementary Color

#dbd982 #8284db

#dbd982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd982 Color CSS Codes

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

#dbd982 Text Font Color

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

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


#dbd982 Background Color

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

This div background color is #dbd982


#dbd982 Border Color

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

This div border color is #dbd982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd982


Comments

No comments written yet.

Please login to write comment.