Color Hex Logo

#dbdb7e Color Hex

#DBDB7E
(219,219,126)
0 Favorites   0 Comments

Color spaces of #dbdb7e

RGB 219219126
HSL0.170.560.68
HSV60°42°86°
CMYK 0.000.000.42   0.14
XYZ58.310867.229529.6419
Yxy67.22950.37580.4332
Hunter Lab81.9936-16.546235.9613
CIE-Lab85.6197-13.161545.5844

#dbdb7e color RGB value is (219,219,126).

#dbdb7e hex color red value is 219, green value is 219 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbdb7e hue: 0.17 , saturation: 0.56 and the lightness value of dbdb7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 01111110
Octal 333 333 176
Decimal 219 219 126
Hex DB DB 7E

RGB Percentages of Color #dbdb7e

%38.83
%38.83
%22.34

CMYK Percentages of Color #dbdb7e

%0
%0
%42
%14

Triadic Colors of #dbdb7e

#dbdb7e #7edbdb #db7edb

Analogous Colors of #dbdb7e

#dbdb7e #addb7e #dbad7e

Monochromatic Colors of #dbdb7e

#dbdb7e

Complementary Color

#dbdb7e #7e7edb

#dbdb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb7e Color CSS Codes

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

#dbdb7e Text Font Color

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

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


#dbdb7e Background Color

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

This div background color is #dbdb7e


#dbdb7e Border Color

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

This div border color is #dbdb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb7e


Comments

No comments written yet.

Please login to write comment.