Color Hex Logo

#1bdc3f Color Hex

#1BDC3F
(27,220,63)
0 Favorites   0 Comments

Color spaces of #1bdc3f

RGB 2722063
HSL0.360.780.48
HSV131°88°86°
CMYK 0.880.000.71   0.14
XYZ26.942451.778313.2768
Yxy51.77830.29290.5628
Hunter Lab71.9571-59.090539.4304
CIE-Lab77.1481-73.050361.4239

#1bdc3f color RGB value is (27,220,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011100 00111111
Octal 33 334 77
Decimal 27 220 63
Hex 1B DC 3F

RGB Percentages of Color #1bdc3f

%8.71
%70.97
%20.32

CMYK Percentages of Color #1bdc3f

%88
%0
%71
%14

Triadic Colors of #1bdc3f

#1bdc3f #3f1bdc #dc3f1b

Analogous Colors of #1bdc3f

#1bdc3f #1bdca0 #57dc1b

Monochromatic Colors of #1bdc3f

#1bdc3f

Complementary Color

#1bdc3f #dc1bb8

#1bdc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdc3f Color CSS Codes

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

#1bdc3f Text Font Color

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

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


#1bdc3f Background Color

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

This div background color is #1bdc3f


#1bdc3f Border Color

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

This div border color is #1bdc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdc3f


Comments

No comments written yet.

Please login to write comment.