Color Hex Logo

#61adaa Color Hex

#61ADAA
(97,173,170)
0 Favorites   0 Comments

Color spaces of #61adaa

RGB 97173170
HSL0.490.320.53
HSV178°44°68°
CMYK 0.440.000.02   0.32
XYZ27.129035.330843.4199
Yxy35.33080.25620.3337
Hunter Lab59.4397-22.5500-1.7027
CIE-Lab66.0054-24.2650-5.8221

#61adaa color RGB value is (97,173,170).

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

The process color (four color CMYK) of #61adaa color hex is 0.44, 0.00, 0.02, 0.32. Web safe color of #61adaa is #669999. Color #61adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101101 10101010
Octal 141 255 252
Decimal 97 173 170
Hex 61 AD AA

RGB Percentages of Color #61adaa

%22.05
%39.32
%38.64

CMYK Percentages of Color #61adaa

%44
%0
%2
%32

Triadic Colors of #61adaa

#61adaa #aa61ad #adaa61

Analogous Colors of #61adaa

#61adaa #618aad #61ad84

Monochromatic Colors of #61adaa

#61adaa

Complementary Color

#61adaa #ad6164

#61adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61adaa Color CSS Codes

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

#61adaa Text Font Color

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

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


#61adaa Background Color

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

This div background color is #61adaa


#61adaa Border Color

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

This div border color is #61adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61adaa


Comments

No comments written yet.

Please login to write comment.