Color Hex Logo

#dbdf5e Color Hex

#DBDF5E
(219,223,94)
0 Favorites   0 Comments

Color spaces of #dbdf5e

RGB 21922394
HSL0.170.670.62
HSV62°58°87°
CMYK 0.020.000.58   0.13
XYZ57.621568.643620.8022
Yxy68.64360.39180.4667
Hunter Lab82.8514-20.846943.1096
CIE-Lab86.3273-17.892061.2368

#dbdf5e color RGB value is (219,223,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 01011110
Octal 333 337 136
Decimal 219 223 94
Hex DB DF 5E

RGB Percentages of Color #dbdf5e

%40.86
%41.60
%17.54

CMYK Percentages of Color #dbdf5e

%2
%0
%58
%13

Triadic Colors of #dbdf5e

#dbdf5e #5edbdf #df5edb

Analogous Colors of #dbdf5e

#dbdf5e #9bdf5e #dfa35e

Monochromatic Colors of #dbdf5e

#dbdf5e

Complementary Color

#dbdf5e #625edf

#dbdf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf5e Color CSS Codes

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

#dbdf5e Text Font Color

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

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


#dbdf5e Background Color

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

This div background color is #dbdf5e


#dbdf5e Border Color

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

This div border color is #dbdf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf5e


Comments

No comments written yet.

Please login to write comment.