Color Hex Logo

#dbef6d Color Hex

#DBEF6D
(219,239,109)
0 Favorites   0 Comments

Color spaces of #dbef6d

RGB 219239109
HSL0.190.800.68
HSV69°54°94°
CMYK 0.080.000.54   0.06
XYZ62.840277.897226.1916
Yxy77.89720.37640.4666
Hunter Lab88.2594-27.362944.1868
CIE-Lab90.7330-24.474159.6385

#dbef6d color RGB value is (219,239,109).

#dbef6d hex color red value is 219, green value is 239 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dbef6d hue: 0.19 , saturation: 0.80 and the lightness value of dbef6d is 0.68.

The process color (four color CMYK) of #dbef6d color hex is 0.08, 0.00, 0.54, 0.06. Web safe color of #dbef6d is #ccff66. Color #dbef6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 01101101
Octal 333 357 155
Decimal 219 239 109
Hex DB EF 6D

RGB Percentages of Color #dbef6d

%38.62
%42.15
%19.22

CMYK Percentages of Color #dbef6d

%8
%0
%54
%6

Triadic Colors of #dbef6d

#dbef6d #6ddbef #ef6ddb

Analogous Colors of #dbef6d

#dbef6d #9aef6d #efc26d

Monochromatic Colors of #dbef6d

#dbef6d

Complementary Color

#dbef6d #816def

#dbef6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef6d Color CSS Codes

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

#dbef6d Text Font Color

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

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


#dbef6d Background Color

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

This div background color is #dbef6d


#dbef6d Border Color

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

This div border color is #dbef6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef6d


Comments

No comments written yet.

Please login to write comment.