Color Hex Logo

#61babd Color Hex

#61BABD
(97,186,189)
0 Favorites   0 Comments

Color spaces of #61babd

RGB 97186189
HSL0.510.410.56
HSV182°49°74°
CMYK 0.490.020.00   0.26
XYZ31.674041.333354.4528
Yxy41.33330.24850.3243
Hunter Lab64.2910-24.5683-5.2134
CIE-Lab70.4088-25.8015-9.7704

#61babd color RGB value is (97,186,189).

#61babd hex color red value is 97, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #61babd hue: 0.51 , saturation: 0.41 and the lightness value of 61babd is 0.56.

The process color (four color CMYK) of #61babd color hex is 0.49, 0.02, 0.00, 0.26. Web safe color of #61babd is #66cccc. Color #61babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 10111101
Octal 141 272 275
Decimal 97 186 189
Hex 61 BA BD

RGB Percentages of Color #61babd

%20.55
%39.41
%40.04

CMYK Percentages of Color #61babd

%49
%2
%0
%26

Triadic Colors of #61babd

#61babd #bd61ba #babd61

Analogous Colors of #61babd

#61babd #618cbd #61bd92

Monochromatic Colors of #61babd

#61babd

Complementary Color

#61babd #bd6461

#61babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61babd Color CSS Codes

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

#61babd Text Font Color

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

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


#61babd Background Color

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

This div background color is #61babd


#61babd Border Color

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

This div border color is #61babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61babd


Comments

No comments written yet.

Please login to write comment.