Color Hex Logo

#dbee1d Color Hex

#DBEE1D
(219,238,29)
0 Favorites   0 Comments

Color spaces of #dbee1d

RGB 21923829
HSL0.180.860.52
HSV65°88°93°
CMYK 0.080.000.88   0.07
XYZ60.009776.297812.7265
Yxy76.29780.40270.5119
Hunter Lab87.3486-30.228152.5056
CIE-Lab89.9974-27.944384.9675

#dbee1d color RGB value is (219,238,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 00011101
Octal 333 356 35
Decimal 219 238 29
Hex DB EE 1D

RGB Percentages of Color #dbee1d

%45.06
%48.97
%5.97

CMYK Percentages of Color #dbee1d

%8
%0
%88
%7

Triadic Colors of #dbee1d

#dbee1d #1ddbee #ee1ddb

Analogous Colors of #dbee1d

#dbee1d #73ee1d #ee991d

Monochromatic Colors of #dbee1d

#dbee1d

Complementary Color

#dbee1d #301dee

#dbee1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee1d Color CSS Codes

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

#dbee1d Text Font Color

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

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


#dbee1d Background Color

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

This div background color is #dbee1d


#dbee1d Border Color

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

This div border color is #dbee1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee1d


Comments

No comments written yet.

Please login to write comment.