Color Hex Logo

#dbd58e Color Hex

#DBD58E
(219,213,142)
0 Favorites   0 Comments

Color spaces of #dbd58e

RGB 219213142
HSL0.150.520.71
HSV55°35°86°
CMYK 0.000.030.35   0.14
XYZ57.890264.601635.0094
Yxy64.60160.36760.4102
Hunter Lab80.3751-12.091830.4373
CIE-Lab84.2780-8.402335.8771

#dbd58e color RGB value is (219,213,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10001110
Octal 333 325 216
Decimal 219 213 142
Hex DB D5 8E

RGB Percentages of Color #dbd58e

%38.15
%37.11
%24.74

CMYK Percentages of Color #dbd58e

%0
%3
%35
%14

Triadic Colors of #dbd58e

#dbd58e #8edbd5 #d58edb

Analogous Colors of #dbd58e

#dbd58e #bbdb8e #dbaf8e

Monochromatic Colors of #dbd58e

#dbd58e

Complementary Color

#dbd58e #8e94db

#dbd58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd58e Color CSS Codes

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

#dbd58e Text Font Color

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

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


#dbd58e Background Color

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

This div background color is #dbd58e


#dbd58e Border Color

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

This div border color is #dbd58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd58e


Comments

No comments written yet.

Please login to write comment.