Color Hex Logo

#1bb47f Color Hex

#1BB47F
(27,180,127)
0 Favorites   0 Comments

Color spaces of #1bb47f

RGB 27180127
HSL0.440.740.41
HSV159°85°71°
CMYK 0.850.000.29   0.29
XYZ20.604034.407825.6341
Yxy34.40780.25550.4267
Hunter Lab58.6582-39.952715.1505
CIE-Lab65.2850-50.007016.6515

#1bb47f color RGB value is (27,180,127).

#1bb47f hex color red value is 27, green value is 180 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #1bb47f hue: 0.44 , saturation: 0.74 and the lightness value of 1bb47f is 0.41.

The process color (four color CMYK) of #1bb47f color hex is 0.85, 0.00, 0.29, 0.29. Web safe color of #1bb47f is #33cc66. Color #1bb47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10110100 01111111
Octal 33 264 177
Decimal 27 180 127
Hex 1B B4 7F

RGB Percentages of Color #1bb47f

%8.08
%53.89
%38.02

CMYK Percentages of Color #1bb47f

%85
%0
%29
%29

Triadic Colors of #1bb47f

#1bb47f #7f1bb4 #b47f1b

Analogous Colors of #1bb47f

#1bb47f #1b9db4 #1bb433

Monochromatic Colors of #1bb47f

#1bb47f

Complementary Color

#1bb47f #b41b50

#1bb47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bb47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bb47f Color CSS Codes

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

#1bb47f Text Font Color

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

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


#1bb47f Background Color

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

This div background color is #1bb47f


#1bb47f Border Color

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

This div border color is #1bb47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bb47f


Comments

No comments written yet.

Please login to write comment.