Color Hex Logo

#0aac6b Color Hex

#0AAC6B
(10,172,107)
0 Favorites   0 Comments

Color spaces of #0aac6b

RGB 10172107
HSL0.430.890.36
HSV156°94°67°
CMYK 0.940.000.38   0.33
XYZ17.531530.631118.8983
Yxy30.63110.26140.4568
Hunter Lab55.3454-40.311818.4965
CIE-Lab62.1950-52.428523.2566

#0aac6b color RGB value is (10,172,107).

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

The process color (four color CMYK) of #0aac6b color hex is 0.94, 0.00, 0.38, 0.33. Web safe color of #0aac6b is #009966. Color #0aac6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101100 01101011
Octal 12 254 153
Decimal 10 172 107
Hex A AC 6B

RGB Percentages of Color #0aac6b

%3.46
%59.52
%37.02

CMYK Percentages of Color #0aac6b

%94
%0
%38
%33

Triadic Colors of #0aac6b

#0aac6b #6b0aac #ac6b0a

Analogous Colors of #0aac6b

#0aac6b #0a9cac #0aac1a

Monochromatic Colors of #0aac6b

#0aac6b

Complementary Color

#0aac6b #ac0a4b

#0aac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aac6b Color CSS Codes

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

#0aac6b Text Font Color

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

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


#0aac6b Background Color

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

This div background color is #0aac6b


#0aac6b Border Color

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

This div border color is #0aac6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aac6b


Comments

No comments written yet.

Please login to write comment.