Color Hex Logo

#dbde3e Color Hex

#DBDE3E
(219,222,62)
0 Favorites   0 Comments

Color spaces of #dbde3e

RGB 21922262
HSL0.170.710.56
HSV61°72°87°
CMYK 0.010.000.72   0.13
XYZ56.204267.650414.6530
Yxy67.65040.40580.4884
Hunter Lab82.2499-21.962047.0123
CIE-Lab85.8313-19.252873.0803

#dbde3e color RGB value is (219,222,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 00111110
Octal 333 336 76
Decimal 219 222 62
Hex DB DE 3E

RGB Percentages of Color #dbde3e

%43.54
%44.14
%12.33

CMYK Percentages of Color #dbde3e

%1
%0
%72
%13

Triadic Colors of #dbde3e

#dbde3e #3edbde #de3edb

Analogous Colors of #dbde3e

#dbde3e #8bde3e #de913e

Monochromatic Colors of #dbde3e

#dbde3e

Complementary Color

#dbde3e #413ede

#dbde3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde3e Color CSS Codes

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

#dbde3e Text Font Color

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

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


#dbde3e Background Color

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

This div background color is #dbde3e


#dbde3e Border Color

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

This div border color is #dbde3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde3e


Comments

No comments written yet.

Please login to write comment.