Color Hex Logo

#03a486 Color Hex

#03A486
(3,164,134)
0 Favorites   0 Comments

Color spaces of #03a486

RGB 3164134
HSL0.470.960.33
HSV169°98°64°
CMYK 0.980.000.18   0.36
XYZ17.616128.291527.0866
Yxy28.29150.24130.3876
Hunter Lab53.1898-33.96407.0397
CIE-Lab60.1512-43.16205.5103

#03a486 color RGB value is (3,164,134).

#03a486 hex color red value is 3, green value is 164 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #03a486 hue: 0.47 , saturation: 0.96 and the lightness value of 03a486 is 0.33.

The process color (four color CMYK) of #03a486 color hex is 0.98, 0.00, 0.18, 0.36. Web safe color of #03a486 is #009999. Color #03a486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10100100 10000110
Octal 3 244 206
Decimal 3 164 134
Hex 3 A4 86

RGB Percentages of Color #03a486

%1.00
%54.49
%44.52

CMYK Percentages of Color #03a486

%98
%0
%18
%36

Triadic Colors of #03a486

#03a486 #8603a4 #a48603

Analogous Colors of #03a486

#03a486 #0372a4 #03a436

Monochromatic Colors of #03a486

#03a486

Complementary Color

#03a486 #a40321

#03a486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03a486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03a486 Color CSS Codes

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

#03a486 Text Font Color

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

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


#03a486 Background Color

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

This div background color is #03a486


#03a486 Border Color

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

This div border color is #03a486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03a486


Comments

No comments written yet.

Please login to write comment.