Color Hex Logo

#61aab3 Color Hex

#61AAB3
(97,170,179)
0 Favorites   0 Comments

Color spaces of #61aab3

RGB 97170179
HSL0.520.350.54
HSV187°46°70°
CMYK 0.460.050.00   0.30
XYZ27.441234.545547.8695
Yxy34.54550.24980.3145
Hunter Lab58.7754-19.5185-7.1458
CIE-Lab65.3933-20.3685-11.7436

#61aab3 color RGB value is (97,170,179).

#61aab3 hex color red value is 97, green value is 170 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #61aab3 hue: 0.52 , saturation: 0.35 and the lightness value of 61aab3 is 0.54.

The process color (four color CMYK) of #61aab3 color hex is 0.46, 0.05, 0.00, 0.30. Web safe color of #61aab3 is #6699cc. Color #61aab3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101010 10110011
Octal 141 252 263
Decimal 97 170 179
Hex 61 AA B3

RGB Percentages of Color #61aab3

%21.75
%38.12
%40.13

CMYK Percentages of Color #61aab3

%46
%5
%0
%30

Triadic Colors of #61aab3

#61aab3 #b361aa #aab361

Analogous Colors of #61aab3

#61aab3 #6181b3 #61b393

Monochromatic Colors of #61aab3

#61aab3

Complementary Color

#61aab3 #b36a61

#61aab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aab3 Color CSS Codes

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

#61aab3 Text Font Color

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

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


#61aab3 Background Color

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

This div background color is #61aab3


#61aab3 Border Color

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

This div border color is #61aab3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,170,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aab3


Comments

No comments written yet.

Please login to write comment.