Color Hex Logo

#1ba078 Color Hex

#1BA078
(27,160,120)
0 Favorites   0 Comments

Color spaces of #1ba078

RGB 27160120
HSL0.450.710.37
HSV162°83°63°
CMYK 0.830.000.25   0.37
XYZ16.413026.730722.0638
Yxy26.73070.25170.4099
Hunter Lab51.7017-33.812210.8891
CIE-Lab58.7242-43.654711.3622

#1ba078 color RGB value is (27,160,120).

#1ba078 hex color red value is 27, green value is 160 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #1ba078 hue: 0.45 , saturation: 0.71 and the lightness value of 1ba078 is 0.37.

The process color (four color CMYK) of #1ba078 color hex is 0.83, 0.00, 0.25, 0.37. Web safe color of #1ba078 is #339966. Color #1ba078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10100000 01111000
Octal 33 240 170
Decimal 27 160 120
Hex 1B A0 78

RGB Percentages of Color #1ba078

%8.79
%52.12
%39.09

CMYK Percentages of Color #1ba078

%83
%0
%25
%37

Triadic Colors of #1ba078

#1ba078 #781ba0 #a0781b

Analogous Colors of #1ba078

#1ba078 #1b86a0 #1ba036

Monochromatic Colors of #1ba078

#1ba078

Complementary Color

#1ba078 #a01b43

#1ba078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ba078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ba078 Color CSS Codes

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

#1ba078 Text Font Color

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

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


#1ba078 Background Color

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

This div background color is #1ba078


#1ba078 Border Color

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

This div border color is #1ba078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ba078


Comments

No comments written yet.

Please login to write comment.