Color Hex Logo

#dbde5d Color Hex

#DBDE5D
(219,222,93)
0 Favorites   0 Comments

Color spaces of #dbde5d

RGB 21922293
HSL0.170.660.62
HSV61°58°87°
CMYK 0.010.000.58   0.13
XYZ57.310568.092920.4786
Yxy68.09290.39290.4668
Hunter Lab82.5184-20.435843.0489
CIE-Lab86.0529-17.472161.3641

#dbde5d color RGB value is (219,222,93).

#dbde5d hex color red value is 219, green value is 222 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dbde5d hue: 0.17 , saturation: 0.66 and the lightness value of dbde5d is 0.62.

The process color (four color CMYK) of #dbde5d color hex is 0.01, 0.00, 0.58, 0.13. Web safe color of #dbde5d is #cccc66. Color #dbde5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 01011101
Octal 333 336 135
Decimal 219 222 93
Hex DB DE 5D

RGB Percentages of Color #dbde5d

%41.01
%41.57
%17.42

CMYK Percentages of Color #dbde5d

%1
%0
%58
%13

Triadic Colors of #dbde5d

#dbde5d #5ddbde #de5ddb

Analogous Colors of #dbde5d

#dbde5d #9bde5d #dea15d

Monochromatic Colors of #dbde5d

#dbde5d

Complementary Color

#dbde5d #605dde

#dbde5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde5d Color CSS Codes

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

#dbde5d Text Font Color

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

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


#dbde5d Background Color

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

This div background color is #dbde5d


#dbde5d Border Color

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

This div border color is #dbde5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde5d


Comments

No comments written yet.

Please login to write comment.