Color Hex Logo

#0abbaa Color Hex

#0ABBAA
(10,187,170)
0 Favorites   0 Comments

Color spaces of #0abbaa

RGB 10187170
HSL0.480.900.39
HSV174°95°73°
CMYK 0.950.000.09   0.27
XYZ25.151238.507544.1373
Yxy38.50750.23330.3572
Hunter Lab62.0544-36.24761.2670
CIE-Lab68.3930-42.7592-2.5119

#0abbaa color RGB value is (10,187,170).

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

The process color (four color CMYK) of #0abbaa color hex is 0.95, 0.00, 0.09, 0.27. Web safe color of #0abbaa is #00cc99. Color #0abbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111011 10101010
Octal 12 273 252
Decimal 10 187 170
Hex A BB AA

RGB Percentages of Color #0abbaa

%2.72
%50.95
%46.32

CMYK Percentages of Color #0abbaa

%95
%0
%9
%27

Triadic Colors of #0abbaa

#0abbaa #aa0abb #bbaa0a

Analogous Colors of #0abbaa

#0abbaa #0a74bb #0abb51

Monochromatic Colors of #0abbaa

#0abbaa

Complementary Color

#0abbaa #bb0a1b

#0abbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abbaa Color CSS Codes

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

#0abbaa Text Font Color

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

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


#0abbaa Background Color

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

This div background color is #0abbaa


#0abbaa Border Color

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

This div border color is #0abbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,187,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 #0abbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abbaa


Comments

No comments written yet.

Please login to write comment.