Color Hex Logo

#05acaa Color Hex

#05ACAA
(5,172,170)
0 Favorites   0 Comments

Color spaces of #05acaa

RGB 5172170
HSL0.500.940.35
HSV179°97°67°
CMYK 0.970.000.01   0.33
XYZ22.070832.439643.1284
Yxy32.43960.22600.3322
Hunter Lab56.9558-30.5025-5.0269
CIE-Lab63.7046-36.2301-9.4589

#05acaa color RGB value is (5,172,170).

#05acaa hex color red value is 5, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #05acaa hue: 0.50 , saturation: 0.94 and the lightness value of 05acaa is 0.35.

The process color (four color CMYK) of #05acaa color hex is 0.97, 0.00, 0.01, 0.33. Web safe color of #05acaa is #009999. Color #05acaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 10101010
Octal 5 254 252
Decimal 5 172 170
Hex 5 AC AA

RGB Percentages of Color #05acaa

%1.44
%49.57
%48.99

CMYK Percentages of Color #05acaa

%97
%0
%1
%33

Triadic Colors of #05acaa

#05acaa #aa05ac #acaa05

Analogous Colors of #05acaa

#05acaa #055bac #05ac57

Monochromatic Colors of #05acaa

#05acaa

Complementary Color

#05acaa #ac0507

#05acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#05acaa Color CSS Codes

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

#05acaa Text Font Color

<p style="color:#05acaa">Text here</p>

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


#05acaa Background Color

<div style="background-color:#05acaa">
Div content here</div>

This div background color is #05acaa


#05acaa Border Color

<div style="border:3px solid #05acaa">
Div here</div>

This div border color is #05acaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,172,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05acaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05acaa;
  -webkit-box-shadow: 1px 1px 3px 2px #05acaa;
  box-shadow:         1px 1px 3px 2px #05acaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,172,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 #05acaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05acaa


Comments

No comments written yet.

Please login to write comment.