Color Hex Logo

#61abae Color Hex

#61ABAE
(97,171,174)
0 Favorites   0 Comments

Color spaces of #61abae

RGB 97171174
HSL0.510.320.53
HSV182°44°68°
CMYK 0.440.020.00   0.32
XYZ27.132734.723245.3166
Yxy34.72320.25320.3240
Hunter Lab58.9264-20.9307-4.3477
CIE-Lab65.5326-22.2121-8.7504

#61abae color RGB value is (97,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 10101110
Octal 141 253 256
Decimal 97 171 174
Hex 61 AB AE

RGB Percentages of Color #61abae

%21.95
%38.69
%39.37

CMYK Percentages of Color #61abae

%44
%2
%0
%32

Triadic Colors of #61abae

#61abae #ae61ab #abae61

Analogous Colors of #61abae

#61abae #6185ae #61ae8b

Monochromatic Colors of #61abae

#61abae

Complementary Color

#61abae #ae6461

#61abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abae Color CSS Codes

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

#61abae Text Font Color

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

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


#61abae Background Color

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

This div background color is #61abae


#61abae Border Color

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

This div border color is #61abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abae


Comments

No comments written yet.

Please login to write comment.