Color Hex Logo

#03b14d Color Hex

#03B14D
(3,177,77)
0 Favorites   0 Comments

Color spaces of #03b14d

RGB 317777
HSL0.400.970.35
HSV146°98°69°
CMYK 0.980.000.56   0.31
XYZ17.099231.999512.2965
Yxy31.99950.27850.5212
Hunter Lab56.5681-45.037826.7095
CIE-Lab63.3425-59.733540.1247

#03b14d color RGB value is (3,177,77).

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

The process color (four color CMYK) of #03b14d color hex is 0.98, 0.00, 0.56, 0.31. Web safe color of #03b14d is #009966. Color #03b14d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10110001 01001101
Octal 3 261 115
Decimal 3 177 77
Hex 3 B1 4D

RGB Percentages of Color #03b14d

%1.17
%68.87
%29.96

CMYK Percentages of Color #03b14d

%98
%0
%56
%31

Triadic Colors of #03b14d

#03b14d #4d03b1 #b14d03

Analogous Colors of #03b14d

#03b14d #03b1a4 #10b103

Monochromatic Colors of #03b14d

#03b14d

Complementary Color

#03b14d #b10367

#03b14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03b14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03b14d Color CSS Codes

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

#03b14d Text Font Color

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

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


#03b14d Background Color

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

This div background color is #03b14d


#03b14d Border Color

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

This div border color is #03b14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03b14d


Comments

No comments written yet.

Please login to write comment.