Color Hex Logo

#0abbac Color Hex

#0ABBAC
(10,187,172)
0 Favorites   0 Comments

Color spaces of #0abbac

RGB 10187172
HSL0.490.900.39
HSV175°95°73°
CMYK 0.950.000.08   0.27
XYZ25.341938.583745.1415
Yxy38.58370.23240.3538
Hunter Lab62.1158-35.87850.3931
CIE-Lab68.4486-42.1897-3.5302

#0abbac color RGB value is (10,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111011 10101100
Octal 12 273 254
Decimal 10 187 172
Hex A BB AC

RGB Percentages of Color #0abbac

%2.71
%50.68
%46.61

CMYK Percentages of Color #0abbac

%95
%0
%8
%27

Triadic Colors of #0abbac

#0abbac #ac0abb #bbac0a

Analogous Colors of #0abbac

#0abbac #0a72bb #0abb54

Monochromatic Colors of #0abbac

#0abbac

Complementary Color

#0abbac #bb0a19

#0abbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abbac Color CSS Codes

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

#0abbac Text Font Color

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

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


#0abbac Background Color

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

This div background color is #0abbac


#0abbac Border Color

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

This div border color is #0abbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abbac


Comments

No comments written yet.

Please login to write comment.