Color Hex Logo

#dbd87e Color Hex

#DBD87E
(219,216,126)
0 Favorites   0 Comments

Color spaces of #dbd87e

RGB 219216126
HSL0.160.560.68
HSV58°42°86°
CMYK 0.000.010.42   0.14
XYZ57.535265.678229.3834
Yxy65.67820.37700.4304
Hunter Lab81.0421-15.099035.2327
CIE-Lab84.8320-11.658344.6042

#dbd87e color RGB value is (219,216,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 01111110
Octal 333 330 176
Decimal 219 216 126
Hex DB D8 7E

RGB Percentages of Color #dbd87e

%39.04
%38.50
%22.46

CMYK Percentages of Color #dbd87e

%0
%1
%42
%14

Triadic Colors of #dbd87e

#dbd87e #7edbd8 #d87edb

Analogous Colors of #dbd87e

#dbd87e #b0db7e #dbaa7e

Monochromatic Colors of #dbd87e

#dbd87e

Complementary Color

#dbd87e #7e81db

#dbd87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd87e Color CSS Codes

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

#dbd87e Text Font Color

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

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


#dbd87e Background Color

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

This div background color is #dbd87e


#dbd87e Border Color

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

This div border color is #dbd87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd87e


Comments

No comments written yet.

Please login to write comment.