Color Hex Logo

#1bdc39 Color Hex

#1BDC39
(27,220,57)
0 Favorites   0 Comments

Color spaces of #1bdc39

RGB 2722057
HSL0.360.780.48
HSV129°88°86°
CMYK 0.880.000.74   0.14
XYZ26.783751.714812.4412
Yxy51.71480.29450.5687
Hunter Lab71.9130-59.366240.0817
CIE-Lab77.1100-73.532363.4840

#1bdc39 color RGB value is (27,220,57).

#1bdc39 hex color red value is 27, green value is 220 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #1bdc39 hue: 0.36 , saturation: 0.78 and the lightness value of 1bdc39 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011100 00111001
Octal 33 334 71
Decimal 27 220 57
Hex 1B DC 39

RGB Percentages of Color #1bdc39

%8.88
%72.37
%18.75

CMYK Percentages of Color #1bdc39

%88
%0
%74
%14

Triadic Colors of #1bdc39

#1bdc39 #391bdc #dc391b

Analogous Colors of #1bdc39

#1bdc39 #1bdc9a #5ddc1b

Monochromatic Colors of #1bdc39

#1bdc39

Complementary Color

#1bdc39 #dc1bbe

#1bdc39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdc39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdc39 Color CSS Codes

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

#1bdc39 Text Font Color

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

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


#1bdc39 Background Color

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

This div background color is #1bdc39


#1bdc39 Border Color

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

This div border color is #1bdc39


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,220,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdc39


Comments

No comments written yet.

Please login to write comment.