Color Hex Logo

#0a9eae Color Hex

#0A9EAE
(10,158,174)
0 Favorites   0 Comments

Color spaces of #0a9eae

RGB 10158174
HSL0.520.890.36
HSV186°94°68°
CMYK 0.940.090.00   0.32
XYZ19.992027.574244.3131
Yxy27.57420.21760.3001
Hunter Lab52.5111-23.9361-13.2758
CIE-Lab59.5021-28.0846-18.0373

#0a9eae color RGB value is (10,158,174).

#0a9eae hex color red value is 10, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0a9eae hue: 0.52 , saturation: 0.89 and the lightness value of 0a9eae is 0.36.

The process color (four color CMYK) of #0a9eae color hex is 0.94, 0.09, 0.00, 0.32. Web safe color of #0a9eae is #009999. Color #0a9eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10011110 10101110
Octal 12 236 256
Decimal 10 158 174
Hex A 9E AE

RGB Percentages of Color #0a9eae

%2.92
%46.20
%50.88

CMYK Percentages of Color #0a9eae

%94
%9
%0
%32

Triadic Colors of #0a9eae

#0a9eae #ae0a9e #9eae0a

Analogous Colors of #0a9eae

#0a9eae #0a4cae #0aae6c

Monochromatic Colors of #0a9eae

#0a9eae

Complementary Color

#0a9eae #ae1a0a

#0a9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a9eae Color CSS Codes

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

#0a9eae Text Font Color

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

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


#0a9eae Background Color

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

This div background color is #0a9eae


#0a9eae Border Color

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

This div border color is #0a9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a9eae


Comments

No comments written yet.

Please login to write comment.