Color Hex Logo

#61bfbd Color Hex

#61BFBD
(97,191,189)
0 Favorites   0 Comments

Color spaces of #61bfbd

RGB 97191189
HSL0.500.420.56
HSV179°49°75°
CMYK 0.490.000.01   0.25
XYZ32.745943.477154.8101
Yxy43.47710.24990.3318
Hunter Lab65.9372-26.7429-3.1286
CIE-Lab71.8776-28.2654-7.5845

#61bfbd color RGB value is (97,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111111 10111101
Octal 141 277 275
Decimal 97 191 189
Hex 61 BF BD

RGB Percentages of Color #61bfbd

%20.34
%40.04
%39.62

CMYK Percentages of Color #61bfbd

%49
%0
%1
%25

Triadic Colors of #61bfbd

#61bfbd #bd61bf #bfbd61

Analogous Colors of #61bfbd

#61bfbd #6192bf #61bf8e

Monochromatic Colors of #61bfbd

#61bfbd

Complementary Color

#61bfbd #bf6163

#61bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bfbd Color CSS Codes

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

#61bfbd Text Font Color

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

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


#61bfbd Background Color

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

This div background color is #61bfbd


#61bfbd Border Color

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

This div border color is #61bfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,191,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 #61bfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bfbd


Comments

No comments written yet.

Please login to write comment.