Color Hex Logo

#0aebaa Color Hex

#0AEBAA
(10,235,170)
0 Favorites   0 Comments

Color spaces of #0aebaa

RGB 10235170
HSL0.450.920.48
HSV163°96°92°
CMYK 0.960.000.28   0.08
XYZ37.089262.383548.1166
Yxy62.38350.25130.4227
Hunter Lab78.9832-54.400019.1688
CIE-Lab83.1169-61.852518.5533

#0aebaa color RGB value is (10,235,170).

#0aebaa hex color red value is 10, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0aebaa hue: 0.45 , saturation: 0.92 and the lightness value of 0aebaa is 0.48.

The process color (four color CMYK) of #0aebaa color hex is 0.96, 0.00, 0.28, 0.08. Web safe color of #0aebaa is #00ff99. Color #0aebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 10101010
Octal 12 353 252
Decimal 10 235 170
Hex A EB AA

RGB Percentages of Color #0aebaa

%2.41
%56.63
%40.96

CMYK Percentages of Color #0aebaa

%96
%0
%28
%8

Triadic Colors of #0aebaa

#0aebaa #aa0aeb #ebaa0a

Analogous Colors of #0aebaa

#0aebaa #0abceb #0aeb3a

Monochromatic Colors of #0aebaa

#0aebaa

Complementary Color

#0aebaa #eb0a4b

#0aebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebaa Color CSS Codes

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

#0aebaa Text Font Color

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

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


#0aebaa Background Color

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

This div background color is #0aebaa


#0aebaa Border Color

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

This div border color is #0aebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebaa


Comments

No comments written yet.

Please login to write comment.