Color Hex Logo

#dbec1e Color Hex

#DBEC1E
(219,236,30)
0 Favorites   0 Comments

Color spaces of #dbec1e

RGB 21923630
HSL0.180.840.52
HSV65°87°93°
CMYK 0.070.000.87   0.07
XYZ59.443275.144712.5997
Yxy75.14470.40390.5105
Hunter Lab86.6860-29.297852.0625
CIE-Lab89.4607-26.985084.3680

#dbec1e color RGB value is (219,236,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 00011110
Octal 333 354 36
Decimal 219 236 30
Hex DB EC 1E

RGB Percentages of Color #dbec1e

%45.15
%48.66
%6.19

CMYK Percentages of Color #dbec1e

%7
%0
%87
%7

Triadic Colors of #dbec1e

#dbec1e #1edbec #ec1edb

Analogous Colors of #dbec1e

#dbec1e #74ec1e #ec961e

Monochromatic Colors of #dbec1e

#dbec1e

Complementary Color

#dbec1e #2f1eec

#dbec1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbec1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbec1e Color CSS Codes

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

#dbec1e Text Font Color

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

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


#dbec1e Background Color

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

This div background color is #dbec1e


#dbec1e Border Color

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

This div border color is #dbec1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbec1e


Comments

No comments written yet.

Please login to write comment.