Color Hex Logo

#dbed1e Color Hex

#DBED1E
(219,237,30)
0 Favorites   0 Comments

Color spaces of #dbed1e

RGB 21923730
HSL0.180.850.52
HSV65°87°93°
CMYK 0.080.000.87   0.07
XYZ59.731975.722212.6959
Yxy75.72220.40320.5111
Hunter Lab87.0185-29.755152.2626
CIE-Lab89.7302-27.455484.5852

#dbed1e color RGB value is (219,237,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 00011110
Octal 333 355 36
Decimal 219 237 30
Hex DB ED 1E

RGB Percentages of Color #dbed1e

%45.06
%48.77
%6.17

CMYK Percentages of Color #dbed1e

%8
%0
%87
%7

Triadic Colors of #dbed1e

#dbed1e #1edbed #ed1edb

Analogous Colors of #dbed1e

#dbed1e #74ed1e #ed981e

Monochromatic Colors of #dbed1e

#dbed1e

Complementary Color

#dbed1e #301eed

#dbed1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbed1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbed1e Color CSS Codes

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

#dbed1e Text Font Color

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

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


#dbed1e Background Color

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

This div background color is #dbed1e


#dbed1e Border Color

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

This div border color is #dbed1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbed1e


Comments

No comments written yet.

Please login to write comment.