Color Hex Logo

#dbd68e Color Hex

#DBD68E
(219,214,142)
2 Favorites   0 Comments

Color spaces of #dbd68e

RGB 219214142
HSL0.160.520.71
HSV56°35°86°
CMYK 0.000.020.35   0.14
XYZ58.142565.106235.0935
Yxy65.10620.36720.4112
Hunter Lab80.6884-12.581130.6951
CIE-Lab84.5384-8.910036.2164

#dbd68e color RGB value is (219,214,142).

#dbd68e hex color red value is 219, green value is 214 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dbd68e hue: 0.16 , saturation: 0.52 and the lightness value of dbd68e is 0.71.

The process color (four color CMYK) of #dbd68e color hex is 0.00, 0.02, 0.35, 0.14. Web safe color of #dbd68e is #cccc99. Color #dbd68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10001110
Octal 333 326 216
Decimal 219 214 142
Hex DB D6 8E

RGB Percentages of Color #dbd68e

%38.09
%37.22
%24.70

CMYK Percentages of Color #dbd68e

%0
%2
%35
%14

Triadic Colors of #dbd68e

#dbd68e #8edbd6 #d68edb

Analogous Colors of #dbd68e

#dbd68e #badb8e #dbb08e

Monochromatic Colors of #dbd68e

#dbd68e

Complementary Color

#dbd68e #8e93db

#dbd68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd68e Color CSS Codes

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

#dbd68e Text Font Color

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

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


#dbd68e Background Color

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

This div background color is #dbd68e


#dbd68e Border Color

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

This div border color is #dbd68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd68e

#dbd68e Color Palettes


Comments

No comments written yet.

Please login to write comment.