Color Hex Logo

#dbe91d Color Hex

#DBE91D
(219,233,29)
0 Favorites   0 Comments

Color spaces of #dbe91d

RGB 21923329
HSL0.180.820.51
HSV64°88°91°
CMYK 0.060.000.88   0.09
XYZ58.574173.426612.2480
Yxy73.42660.40610.5090
Hunter Lab85.6893-27.940251.5079
CIE-Lab88.6508-25.588083.8870

#dbe91d color RGB value is (219,233,29).

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

The process color (four color CMYK) of #dbe91d color hex is 0.06, 0.00, 0.88, 0.09. Web safe color of #dbe91d is #ccff33. Color #dbe91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 00011101
Octal 333 351 35
Decimal 219 233 29
Hex DB E9 1D

RGB Percentages of Color #dbe91d

%45.53
%48.44
%6.03

CMYK Percentages of Color #dbe91d

%6
%0
%88
%9

Triadic Colors of #dbe91d

#dbe91d #1ddbe9 #e91ddb

Analogous Colors of #dbe91d

#dbe91d #75e91d #e9911d

Monochromatic Colors of #dbe91d

#dbe91d

Complementary Color

#dbe91d #2b1de9

#dbe91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe91d Color CSS Codes

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

#dbe91d Text Font Color

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

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


#dbe91d Background Color

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

This div background color is #dbe91d


#dbe91d Border Color

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

This div border color is #dbe91d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,233,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 #dbe91d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe91d


Comments

No comments written yet.

Please login to write comment.