Color Hex Logo

#61abb5 Color Hex

#61ABB5
(97,171,181)
0 Favorites   0 Comments

Color spaces of #61abb5

RGB 97171181
HSL0.520.360.55
HSV187°46°71°
CMYK 0.460.060.00   0.29
XYZ27.833235.003449.0054
Yxy35.00340.24890.3130
Hunter Lab59.1637-19.5622-7.6955
CIE-Lab65.7513-20.3456-12.3197

#61abb5 color RGB value is (97,171,181).

#61abb5 hex color red value is 97, green value is 171 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #61abb5 hue: 0.52 , saturation: 0.36 and the lightness value of 61abb5 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 10110101
Octal 141 253 265
Decimal 97 171 181
Hex 61 AB B5

RGB Percentages of Color #61abb5

%21.60
%38.08
%40.31

CMYK Percentages of Color #61abb5

%46
%6
%0
%29

Triadic Colors of #61abb5

#61abb5 #b561ab #abb561

Analogous Colors of #61abb5

#61abb5 #6181b5 #61b595

Monochromatic Colors of #61abb5

#61abb5

Complementary Color

#61abb5 #b56b61

#61abb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abb5 Color CSS Codes

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

#61abb5 Text Font Color

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

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


#61abb5 Background Color

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

This div background color is #61abb5


#61abb5 Border Color

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

This div border color is #61abb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abb5


Comments

No comments written yet.

Please login to write comment.