Color Hex Logo

#dbd958 Color Hex

#DBD958
(219,217,88)
0 Favorites   0 Comments

Color spaces of #dbd958

RGB 21921788
HSL0.160.650.60
HSV59°60°86°
CMYK 0.000.010.60   0.14
XYZ55.787765.390418.9138
Yxy65.39040.39820.4668
Hunter Lab80.8643-18.366842.7374
CIE-Lab84.6845-15.348862.0012

#dbd958 color RGB value is (219,217,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01011000
Octal 333 331 130
Decimal 219 217 88
Hex DB D9 58

RGB Percentages of Color #dbd958

%41.79
%41.41
%16.79

CMYK Percentages of Color #dbd958

%0
%1
%60
%14

Triadic Colors of #dbd958

#dbd958 #58dbd9 #d958db

Analogous Colors of #dbd958

#dbd958 #9cdb58 #db9858

Monochromatic Colors of #dbd958

#dbd958

Complementary Color

#dbd958 #585adb

#dbd958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd958 Color CSS Codes

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

#dbd958 Text Font Color

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

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


#dbd958 Background Color

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

This div background color is #dbd958


#dbd958 Border Color

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

This div border color is #dbd958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd958


Comments

No comments written yet.

Please login to write comment.