Color Hex Logo

#61bdbe Color Hex

#61BDBE
(97,189,190)
0 Favorites   0 Comments

Color spaces of #61bdbe

RGB 97189190
HSL0.500.420.56
HSV181°49°75°
CMYK 0.490.010.00   0.25
XYZ32.421642.654355.2395
Yxy42.65430.24880.3273
Hunter Lab65.3103-25.6812-4.4304
CIE-Lab71.3197-27.0217-8.9607

#61bdbe color RGB value is (97,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111101 10111110
Octal 141 275 276
Decimal 97 189 190
Hex 61 BD BE

RGB Percentages of Color #61bdbe

%20.38
%39.71
%39.92

CMYK Percentages of Color #61bdbe

%49
%1
%0
%25

Triadic Colors of #61bdbe

#61bdbe #be61bd #bdbe61

Analogous Colors of #61bdbe

#61bdbe #618fbe #61be91

Monochromatic Colors of #61bdbe

#61bdbe

Complementary Color

#61bdbe #be6261

#61bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bdbe Color CSS Codes

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

#61bdbe Text Font Color

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

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


#61bdbe Background Color

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

This div background color is #61bdbe


#61bdbe Border Color

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

This div border color is #61bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bdbe


Comments

No comments written yet.

Please login to write comment.