Color Hex Logo

#09a482 Color Hex

#09A482
(9,164,130)
0 Favorites   0 Comments

Color spaces of #09a482

RGB 9164130
HSL0.460.900.34
HSV167°95°64°
CMYK 0.950.000.21   0.36
XYZ17.417428.220725.6482
Yxy28.22070.24430.3959
Hunter Lab53.1232-34.44108.5606
CIE-Lab60.0876-43.96387.6679

#09a482 color RGB value is (9,164,130).

#09a482 hex color red value is 9, green value is 164 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #09a482 hue: 0.46 , saturation: 0.90 and the lightness value of 09a482 is 0.34.

The process color (four color CMYK) of #09a482 color hex is 0.95, 0.00, 0.21, 0.36. Web safe color of #09a482 is #009999. Color #09a482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10100100 10000010
Octal 11 244 202
Decimal 9 164 130
Hex 9 A4 82

RGB Percentages of Color #09a482

%2.97
%54.13
%42.90

CMYK Percentages of Color #09a482

%95
%0
%21
%36

Triadic Colors of #09a482

#09a482 #8209a4 #a48209

Analogous Colors of #09a482

#09a482 #0979a4 #09a434

Monochromatic Colors of #09a482

#09a482

Complementary Color

#09a482 #a4092b

#09a482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09a482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09a482 Color CSS Codes

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

#09a482 Text Font Color

<p style="color:#09a482">Text here</p>

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


#09a482 Background Color

<div style="background-color:#09a482">
Div content here</div>

This div background color is #09a482


#09a482 Border Color

<div style="border:3px solid #09a482">
Div here</div>

This div border color is #09a482


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,164,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09a482; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09a482;
  -webkit-box-shadow: 1px 1px 3px 2px #09a482;
  box-shadow:         1px 1px 3px 2px #09a482; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09a482


Comments

No comments written yet.

Please login to write comment.