Color Hex Logo

#03ba76 Color Hex

#03BA76
(3,186,118)
0 Favorites   0 Comments

Color spaces of #03ba76

RGB 3186118
HSL0.440.970.37
HSV158°98°73°
CMYK 0.980.000.37   0.27
XYZ20.866536.445223.0744
Yxy36.44520.25960.4534
Hunter Lab60.3699-43.949719.5972
CIE-Lab66.8587-55.520123.6203

#03ba76 color RGB value is (3,186,118).

#03ba76 hex color red value is 3, green value is 186 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #03ba76 hue: 0.44 , saturation: 0.97 and the lightness value of 03ba76 is 0.37.

The process color (four color CMYK) of #03ba76 color hex is 0.98, 0.00, 0.37, 0.27. Web safe color of #03ba76 is #00cc66. Color #03ba76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111010 01110110
Octal 3 272 166
Decimal 3 186 118
Hex 3 BA 76

RGB Percentages of Color #03ba76

%0.98
%60.59
%38.44

CMYK Percentages of Color #03ba76

%98
%0
%37
%27

Triadic Colors of #03ba76

#03ba76 #7603ba #ba7603

Analogous Colors of #03ba76

#03ba76 #03a3ba #03ba1b

Monochromatic Colors of #03ba76

#03ba76

Complementary Color

#03ba76 #ba0347

#03ba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03ba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03ba76 Color CSS Codes

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

#03ba76 Text Font Color

<p style="color:#03ba76">Text here</p>

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


#03ba76 Background Color

<div style="background-color:#03ba76">
Div content here</div>

This div background color is #03ba76


#03ba76 Border Color

<div style="border:3px solid #03ba76">
Div here</div>

This div border color is #03ba76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,186,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03ba76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03ba76;
  -webkit-box-shadow: 1px 1px 3px 2px #03ba76;
  box-shadow:         1px 1px 3px 2px #03ba76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,186,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03ba76


Comments

No comments written yet.

Please login to write comment.