Color Hex Logo

#1bdd1e Color Hex

#1BDD1E
(27,221,30)
0 Favorites   0 Comments

Color spaces of #1bdd1e

RGB 2722130
HSL0.340.780.49
HSV121°88°87°
CMYK 0.880.000.86   0.13
XYZ26.542852.03979.8740
Yxy52.03970.30010.5883
Hunter Lab72.1385-60.564842.3816
CIE-Lab77.3046-75.356871.0152

#1bdd1e color RGB value is (27,221,30).

#1bdd1e hex color red value is 27, green value is 221 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #1bdd1e hue: 0.34 , saturation: 0.78 and the lightness value of 1bdd1e is 0.49.

The process color (four color CMYK) of #1bdd1e color hex is 0.88, 0.00, 0.86, 0.13. Web safe color of #1bdd1e is #33cc33. Color #1bdd1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011101 00011110
Octal 33 335 36
Decimal 27 221 30
Hex 1B DD 1E

RGB Percentages of Color #1bdd1e

%9.71
%79.50
%10.79

CMYK Percentages of Color #1bdd1e

%88
%0
%86
%13

Triadic Colors of #1bdd1e

#1bdd1e #1e1bdd #dd1e1b

Analogous Colors of #1bdd1e

#1bdd1e #1bdd7f #79dd1b

Monochromatic Colors of #1bdd1e

#1bdd1e

Complementary Color

#1bdd1e #dd1bda

#1bdd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdd1e Color CSS Codes

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

#1bdd1e Text Font Color

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

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


#1bdd1e Background Color

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

This div background color is #1bdd1e


#1bdd1e Border Color

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

This div border color is #1bdd1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,221,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 #1bdd1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdd1e


Comments

No comments written yet.

Please login to write comment.