Color Hex Logo

#dbdb7c Color Hex

#DBDB7C
(219,219,124)
0 Favorites   0 Comments

Color spaces of #dbdb7c

RGB 219219124
HSL0.170.570.67
HSV60°43°86°
CMYK 0.000.000.43   0.14
XYZ58.183067.178328.9689
Yxy67.17830.37700.4353
Hunter Lab81.9624-16.721536.4181
CIE-Lab85.5939-13.360946.5284

#dbdb7c color RGB value is (219,219,124).

#dbdb7c hex color red value is 219, green value is 219 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dbdb7c hue: 0.17 , saturation: 0.57 and the lightness value of dbdb7c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 01111100
Octal 333 333 174
Decimal 219 219 124
Hex DB DB 7C

RGB Percentages of Color #dbdb7c

%38.97
%38.97
%22.06

CMYK Percentages of Color #dbdb7c

%0
%0
%43
%14

Triadic Colors of #dbdb7c

#dbdb7c #7cdbdb #db7cdb

Analogous Colors of #dbdb7c

#dbdb7c #acdb7c #dbac7c

Monochromatic Colors of #dbdb7c

#dbdb7c

Complementary Color

#dbdb7c #7c7cdb

#dbdb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb7c Color CSS Codes

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

#dbdb7c Text Font Color

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

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


#dbdb7c Background Color

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

This div background color is #dbdb7c


#dbdb7c Border Color

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

This div border color is #dbdb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb7c


Comments

No comments written yet.

Please login to write comment.