Color Hex Logo

#61bcbd Color Hex

#61BCBD
(97,188,189)
0 Favorites   0 Comments

Color spaces of #61bcbd

RGB 97188189
HSL0.500.410.56
HSV181°49°74°
CMYK 0.490.010.00   0.26
XYZ32.098342.181954.5943
Yxy42.18190.24910.3273
Hunter Lab64.9476-25.4403-4.3753
CIE-Lab70.9962-26.7921-8.8951

#61bcbd color RGB value is (97,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111100 10111101
Octal 141 274 275
Decimal 97 188 189
Hex 61 BC BD

RGB Percentages of Color #61bcbd

%20.46
%39.66
%39.87

CMYK Percentages of Color #61bcbd

%49
%1
%0
%26

Triadic Colors of #61bcbd

#61bcbd #bd61bc #bcbd61

Analogous Colors of #61bcbd

#61bcbd #618ebd #61bd90

Monochromatic Colors of #61bcbd

#61bcbd

Complementary Color

#61bcbd #bd6261

#61bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bcbd Color CSS Codes

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

#61bcbd Text Font Color

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

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


#61bcbd Background Color

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

This div background color is #61bcbd


#61bcbd Border Color

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

This div border color is #61bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bcbd


Comments

No comments written yet.

Please login to write comment.