Color Hex Logo

#61bead Color Hex

#61BEAD
(97,190,173)
0 Favorites   0 Comments

Color spaces of #61bead

RGB 97190173
HSL0.470.420.56
HSV169°49°75°
CMYK 0.490.000.09   0.25
XYZ30.886042.385446.0885
Yxy42.38540.25880.3551
Hunter Lab65.1041-29.25003.6002
CIE-Lab71.1358-31.83410.0673

#61bead color RGB value is (97,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111110 10101101
Octal 141 276 255
Decimal 97 190 173
Hex 61 BE AD

RGB Percentages of Color #61bead

%21.09
%41.30
%37.61

CMYK Percentages of Color #61bead

%49
%0
%9
%25

Triadic Colors of #61bead

#61bead #ad61be #bead61

Analogous Colors of #61bead

#61bead #61a1be #61be7f

Monochromatic Colors of #61bead

#61bead

Complementary Color

#61bead #be6172

#61bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bead Color CSS Codes

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

#61bead Text Font Color

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

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


#61bead Background Color

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

This div background color is #61bead


#61bead Border Color

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

This div border color is #61bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bead


Comments

No comments written yet.

Please login to write comment.