Color Hex Logo

#61bebb Color Hex

#61BEBB
(97,190,187)
0 Favorites   0 Comments

Color spaces of #61bebb

RGB 97190187
HSL0.490.420.56
HSV178°49°75°
CMYK 0.490.000.02   0.25
XYZ32.312942.956253.6020
Yxy42.95620.25070.3333
Hunter Lab65.5410-26.6930-2.6110
CIE-Lab71.5252-28.2984-7.0144

#61bebb color RGB value is (97,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111110 10111011
Octal 141 276 273
Decimal 97 190 187
Hex 61 BE BB

RGB Percentages of Color #61bebb

%20.46
%40.08
%39.45

CMYK Percentages of Color #61bebb

%49
%0
%2
%25

Triadic Colors of #61bebb

#61bebb #bb61be #bebb61

Analogous Colors of #61bebb

#61bebb #6193be #61be8d

Monochromatic Colors of #61bebb

#61bebb

Complementary Color

#61bebb #be6164

#61bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bebb Color CSS Codes

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

#61bebb Text Font Color

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

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


#61bebb Background Color

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

This div background color is #61bebb


#61bebb Border Color

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

This div border color is #61bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bebb


Comments

No comments written yet.

Please login to write comment.