Color Hex Logo

#1bb85f Color Hex

#1BB85F
(27,184,95)
0 Favorites   0 Comments

Color spaces of #1bb85f

RGB 2718495
HSL0.410.740.41
HSV146°85°72°
CMYK 0.850.000.48   0.28
XYZ19.658035.340216.6117
Yxy35.34020.27450.4935
Hunter Lab59.4476-45.007425.0457
CIE-Lab66.0127-57.812734.5331

#1bb85f color RGB value is (27,184,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111000 01011111
Octal 33 270 137
Decimal 27 184 95
Hex 1B B8 5F

RGB Percentages of Color #1bb85f

%8.82
%60.13
%31.05

CMYK Percentages of Color #1bb85f

%85
%0
%48
%28

Triadic Colors of #1bb85f

#1bb85f #5f1bb8 #b85f1b

Analogous Colors of #1bb85f

#1bb85f #1bb8ae #25b81b

Monochromatic Colors of #1bb85f

#1bb85f

Complementary Color

#1bb85f #b81b74

#1bb85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bb85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bb85f Color CSS Codes

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

#1bb85f Text Font Color

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

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


#1bb85f Background Color

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

This div background color is #1bb85f


#1bb85f Border Color

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

This div border color is #1bb85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bb85f


Comments

No comments written yet.

Please login to write comment.