Color Hex Logo

#03b13a Color Hex

#03B13A
(3,177,58)
0 Favorites   0 Comments

Color spaces of #03b13a

RGB 317758
HSL0.390.970.35
HSV139°98°69°
CMYK 0.980.000.67   0.31
XYZ16.523431.76919.2642
Yxy31.76910.28710.5520
Hunter Lab56.3641-46.309029.7097
CIE-Lab63.1516-62.115348.5027

#03b13a color RGB value is (3,177,58).

#03b13a hex color red value is 3, green value is 177 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #03b13a hue: 0.39 , saturation: 0.97 and the lightness value of 03b13a is 0.35.

The process color (four color CMYK) of #03b13a color hex is 0.98, 0.00, 0.67, 0.31. Web safe color of #03b13a is #009933. Color #03b13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10110001 00111010
Octal 3 261 72
Decimal 3 177 58
Hex 3 B1 3A

RGB Percentages of Color #03b13a

%1.26
%74.37
%24.37

CMYK Percentages of Color #03b13a

%98
%0
%67
%31

Triadic Colors of #03b13a

#03b13a #3a03b1 #b13a03

Analogous Colors of #03b13a

#03b13a #03b191 #23b103

Monochromatic Colors of #03b13a

#03b13a

Complementary Color

#03b13a #b1037a

#03b13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03b13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03b13a Color CSS Codes

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

#03b13a Text Font Color

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

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


#03b13a Background Color

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

This div background color is #03b13a


#03b13a Border Color

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

This div border color is #03b13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03b13a


Comments

No comments written yet.

Please login to write comment.