Color Hex Logo

#0a955e Color Hex

#0A955E
(10,149,94)
0 Favorites   0 Comments

Color spaces of #0a955e

RGB 1014994
HSL0.430.870.31
HSV156°93°58°
CMYK 0.930.000.37   0.42
XYZ12.893022.367614.2275
Yxy22.36760.26050.4520
Hunter Lab47.2944-34.104015.2700
CIE-Lab54.4149-46.605919.9158

#0a955e color RGB value is (10,149,94).

#0a955e hex color red value is 10, green value is 149 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #0a955e hue: 0.43 , saturation: 0.87 and the lightness value of 0a955e is 0.31.

The process color (four color CMYK) of #0a955e color hex is 0.93, 0.00, 0.37, 0.42. Web safe color of #0a955e is #009966. Color #0a955e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10010101 01011110
Octal 12 225 136
Decimal 10 149 94
Hex A 95 5E

RGB Percentages of Color #0a955e

%3.95
%58.89
%37.15

CMYK Percentages of Color #0a955e

%93
%0
%37
%42

Triadic Colors of #0a955e

#0a955e #5e0a95 #955e0a

Analogous Colors of #0a955e

#0a955e #0a8795 #0a9519

Monochromatic Colors of #0a955e

#0a955e

Complementary Color

#0a955e #950a41

#0a955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a955e Color CSS Codes

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

#0a955e Text Font Color

<p style="color:#0a955e">Text here</p>

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


#0a955e Background Color

<div style="background-color:#0a955e">
Div content here</div>

This div background color is #0a955e


#0a955e Border Color

<div style="border:3px solid #0a955e">
Div here</div>

This div border color is #0a955e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,149,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a955e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a955e;
  -webkit-box-shadow: 1px 1px 3px 2px #0a955e;
  box-shadow:         1px 1px 3px 2px #0a955e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,149,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a955e


Comments

No comments written yet.

Please login to write comment.