Color Hex Logo

#dbee3d Color Hex

#DBEE3D
(219,238,61)
0 Favorites   0 Comments

Color spaces of #dbee3d

RGB 21923861
HSL0.180.840.59
HSV66°74°93°
CMYK 0.080.000.74   0.07
XYZ60.630376.546115.9942
Yxy76.54610.39580.4997
Hunter Lab87.4906-29.409550.4046
CIE-Lab90.1123-26.965877.4251

#dbee3d color RGB value is (219,238,61).

#dbee3d hex color red value is 219, green value is 238 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dbee3d hue: 0.18 , saturation: 0.84 and the lightness value of dbee3d is 0.59.

The process color (four color CMYK) of #dbee3d color hex is 0.08, 0.00, 0.74, 0.07. Web safe color of #dbee3d is #ccff33. Color #dbee3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 00111101
Octal 333 356 75
Decimal 219 238 61
Hex DB EE 3D

RGB Percentages of Color #dbee3d

%42.28
%45.95
%11.78

CMYK Percentages of Color #dbee3d

%8
%0
%74
%7

Triadic Colors of #dbee3d

#dbee3d #3ddbee #ee3ddb

Analogous Colors of #dbee3d

#dbee3d #83ee3d #eea93d

Monochromatic Colors of #dbee3d

#dbee3d

Complementary Color

#dbee3d #503dee

#dbee3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee3d Color CSS Codes

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

#dbee3d Text Font Color

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

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


#dbee3d Background Color

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

This div background color is #dbee3d


#dbee3d Border Color

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

This div border color is #dbee3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee3d


Comments

No comments written yet.

Please login to write comment.