Color Hex Logo

#61bfba Color Hex

#61BFBA
(97,191,186)
0 Favorites   0 Comments

Color spaces of #61bfba

RGB 97191186
HSL0.490.420.56
HSV177°49°75°
CMYK 0.490.000.03   0.25
XYZ32.423543.348253.1125
Yxy43.34820.25160.3363
Hunter Lab65.8393-27.3141-1.7416
CIE-Lab71.7907-29.0448-6.0745

#61bfba color RGB value is (97,191,186).

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

The process color (four color CMYK) of #61bfba color hex is 0.49, 0.00, 0.03, 0.25. Web safe color of #61bfba is #66cccc. Color #61bfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111111 10111010
Octal 141 277 272
Decimal 97 191 186
Hex 61 BF BA

RGB Percentages of Color #61bfba

%20.46
%40.30
%39.24

CMYK Percentages of Color #61bfba

%49
%0
%3
%25

Triadic Colors of #61bfba

#61bfba #ba61bf #bfba61

Analogous Colors of #61bfba

#61bfba #6195bf #61bf8b

Monochromatic Colors of #61bfba

#61bfba

Complementary Color

#61bfba #bf6166

#61bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bfba Color CSS Codes

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

#61bfba Text Font Color

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

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


#61bfba Background Color

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

This div background color is #61bfba


#61bfba Border Color

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

This div border color is #61bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bfba


Comments

No comments written yet.

Please login to write comment.