Color Hex Logo

#dbde70 Color Hex

#DBDE70
(219,222,112)
0 Favorites   0 Comments

Color spaces of #dbde70

RGB 219222112
HSL0.170.630.65
HSV62°50°87°
CMYK 0.010.000.50   0.13
XYZ58.259368.472525.4751
Yxy68.47250.38280.4499
Hunter Lab82.7481-19.135239.6705
CIE-Lab86.2422-15.969653.0405

#dbde70 color RGB value is (219,222,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 01110000
Octal 333 336 160
Decimal 219 222 112
Hex DB DE 70

RGB Percentages of Color #dbde70

%39.60
%40.14
%20.25

CMYK Percentages of Color #dbde70

%1
%0
%50
%13

Triadic Colors of #dbde70

#dbde70 #70dbde #de70db

Analogous Colors of #dbde70

#dbde70 #a4de70 #deaa70

Monochromatic Colors of #dbde70

#dbde70

Complementary Color

#dbde70 #7370de

#dbde70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde70 Color CSS Codes

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

#dbde70 Text Font Color

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

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


#dbde70 Background Color

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

This div background color is #dbde70


#dbde70 Border Color

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

This div border color is #dbde70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde70


Comments

No comments written yet.

Please login to write comment.