Color Hex Logo

#1ba85f Color Hex

#1BA85F
(27,168,95)
0 Favorites   0 Comments

Color spaces of #1ba85f

RGB 2716895
HSL0.410.720.38
HSV149°84°66°
CMYK 0.840.000.43   0.34
XYZ16.520229.064515.5658
Yxy29.06450.27020.4753
Hunter Lab53.9115-39.647020.6193
CIE-Lab60.8385-52.163227.9038

#1ba85f color RGB value is (27,168,95).

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

The process color (four color CMYK) of #1ba85f color hex is 0.84, 0.00, 0.43, 0.34. Web safe color of #1ba85f is #339966. Color #1ba85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101000 01011111
Octal 33 250 137
Decimal 27 168 95
Hex 1B A8 5F

RGB Percentages of Color #1ba85f

%9.31
%57.93
%32.76

CMYK Percentages of Color #1ba85f

%84
%0
%43
%34

Triadic Colors of #1ba85f

#1ba85f #5f1ba8 #a85f1b

Analogous Colors of #1ba85f

#1ba85f #1ba8a6 #1da81b

Monochromatic Colors of #1ba85f

#1ba85f

Complementary Color

#1ba85f #a81b64

#1ba85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ba85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ba85f Color CSS Codes

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

#1ba85f Text Font Color

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

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


#1ba85f Background Color

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

This div background color is #1ba85f


#1ba85f Border Color

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

This div border color is #1ba85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ba85f


Comments

No comments written yet.

Please login to write comment.