Color Hex Logo

#61abaf Color Hex

#61ABAF
(97,171,175)
0 Favorites   0 Comments

Color spaces of #61abaf

RGB 97171175
HSL0.510.330.53
HSV183°45°69°
CMYK 0.450.020.00   0.31
XYZ27.230534.762445.8320
Yxy34.76240.25250.3224
Hunter Lab58.9596-20.7392-4.8170
CIE-Lab65.5633-21.9492-9.2615

#61abaf color RGB value is (97,171,175).

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

The process color (four color CMYK) of #61abaf color hex is 0.45, 0.02, 0.00, 0.31. Web safe color of #61abaf is #669999. Color #61abaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 10101111
Octal 141 253 257
Decimal 97 171 175
Hex 61 AB AF

RGB Percentages of Color #61abaf

%21.90
%38.60
%39.50

CMYK Percentages of Color #61abaf

%45
%2
%0
%31

Triadic Colors of #61abaf

#61abaf #af61ab #abaf61

Analogous Colors of #61abaf

#61abaf #6184af #61af8c

Monochromatic Colors of #61abaf

#61abaf

Complementary Color

#61abaf #af6561

#61abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abaf Color CSS Codes

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

#61abaf Text Font Color

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

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


#61abaf Background Color

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

This div background color is #61abaf


#61abaf Border Color

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

This div border color is #61abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abaf


Comments

No comments written yet.

Please login to write comment.