Color Hex Logo

#61bdac Color Hex

#61BDAC
(97,189,172)
2 Favorites   0 Comments

Color spaces of #61bdac

RGB 97189172
HSL0.470.410.56
HSV169°49°74°
CMYK 0.490.000.09   0.26
XYZ30.573841.915145.5087
Yxy41.91510.25910.3552
Hunter Lab64.7419-29.00323.6429
CIE-Lab70.8123-31.60190.1419

#61bdac color RGB value is (97,189,172).

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

The process color (four color CMYK) of #61bdac color hex is 0.49, 0.00, 0.09, 0.26. Web safe color of #61bdac is #66cc99. Color #61bdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111101 10101100
Octal 141 275 254
Decimal 97 189 172
Hex 61 BD AC

RGB Percentages of Color #61bdac

%21.18
%41.27
%37.55

CMYK Percentages of Color #61bdac

%49
%0
%9
%26

Triadic Colors of #61bdac

#61bdac #ac61bd #bdac61

Analogous Colors of #61bdac

#61bdac #61a0bd #61bd7e

Monochromatic Colors of #61bdac

#61bdac

Complementary Color

#61bdac #bd6172

#61bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bdac Color CSS Codes

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

#61bdac Text Font Color

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

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


#61bdac Background Color

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

This div background color is #61bdac


#61bdac Border Color

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

This div border color is #61bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bdac

#61bdac Color Palettes


Comments

No comments written yet.

Please login to write comment.