Color Hex Logo

#dbde2d Color Hex

#DBDE2D
(219,222,45)
0 Favorites   0 Comments

Color spaces of #dbde2d

RGB 21922245
HSL0.170.730.52
HSV61°80°87°
CMYK 0.010.000.80   0.13
XYZ55.808367.492112.5685
Yxy67.49210.41080.4967
Hunter Lab82.1536-22.510748.4369
CIE-Lab85.7518-19.897978.0539

#dbde2d color RGB value is (219,222,45).

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

The process color (four color CMYK) of #dbde2d color hex is 0.01, 0.00, 0.80, 0.13. Web safe color of #dbde2d is #cccc33. Color #dbde2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 00101101
Octal 333 336 55
Decimal 219 222 45
Hex DB DE 2D

RGB Percentages of Color #dbde2d

%45.06
%45.68
%9.26

CMYK Percentages of Color #dbde2d

%1
%0
%80
%13

Triadic Colors of #dbde2d

#dbde2d #2ddbde #de2ddb

Analogous Colors of #dbde2d

#dbde2d #83de2d #de892d

Monochromatic Colors of #dbde2d

#dbde2d

Complementary Color

#dbde2d #302dde

#dbde2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde2d Color CSS Codes

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

#dbde2d Text Font Color

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

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


#dbde2d Background Color

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

This div background color is #dbde2d


#dbde2d Border Color

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

This div border color is #dbde2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde2d


Comments

No comments written yet.

Please login to write comment.