Color Hex Logo

#61abaa Color Hex

#61ABAA
(97,171,170)
0 Favorites   0 Comments

Color spaces of #61abaa

RGB 97171170
HSL0.500.310.53
HSV179°43°67°
CMYK 0.430.000.01   0.33
XYZ26.748434.569543.2930
Yxy34.56950.25570.3305
Hunter Lab58.7958-21.6865-2.4998
CIE-Lab65.4121-23.2545-6.7015

#61abaa color RGB value is (97,171,170).

#61abaa hex color red value is 97, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #61abaa hue: 0.50 , saturation: 0.31 and the lightness value of 61abaa is 0.53.

The process color (four color CMYK) of #61abaa color hex is 0.43, 0.00, 0.01, 0.33. Web safe color of #61abaa is #669999. Color #61abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 10101010
Octal 141 253 252
Decimal 97 171 170
Hex 61 AB AA

RGB Percentages of Color #61abaa

%22.15
%39.04
%38.81

CMYK Percentages of Color #61abaa

%43
%0
%1
%33

Triadic Colors of #61abaa

#61abaa #aa61ab #abaa61

Analogous Colors of #61abaa

#61abaa #6187ab #61ab85

Monochromatic Colors of #61abaa

#61abaa

Complementary Color

#61abaa #ab6162

#61abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abaa Color CSS Codes

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

#61abaa Text Font Color

<p style="color:#61abaa">Text here</p>

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


#61abaa Background Color

<div style="background-color:#61abaa">
Div content here</div>

This div background color is #61abaa


#61abaa Border Color

<div style="border:3px solid #61abaa">
Div here</div>

This div border color is #61abaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61abaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61abaa;
  -webkit-box-shadow: 1px 1px 3px 2px #61abaa;
  box-shadow:         1px 1px 3px 2px #61abaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,171,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 #61abaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abaa

#61abaa Color Palettes


Comments

No comments written yet.

Please login to write comment.