Color Hex Logo

#61c29f Color Hex

#61C29F
(97,194,159)
0 Favorites   0 Comments

Color spaces of #61c29f

RGB 97194159
HSL0.440.440.57
HSV158°50°76°
CMYK 0.500.000.18   0.24
XYZ30.479643.628239.6155
Yxy43.62820.26800.3836
Hunter Lab66.0516-33.221410.6761
CIE-Lab71.9793-36.98418.9092

#61c29f color RGB value is (97,194,159).

#61c29f hex color red value is 97, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #61c29f hue: 0.44 , saturation: 0.44 and the lightness value of 61c29f is 0.57.

The process color (four color CMYK) of #61c29f color hex is 0.50, 0.00, 0.18, 0.24. Web safe color of #61c29f is #66cc99. Color #61c29f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11000010 10011111
Octal 141 302 237
Decimal 97 194 159
Hex 61 C2 9F

RGB Percentages of Color #61c29f

%21.56
%43.11
%35.33

CMYK Percentages of Color #61c29f

%50
%0
%18
%24

Triadic Colors of #61c29f

#61c29f #9f61c2 #c29f61

Analogous Colors of #61c29f

#61c29f #61b5c2 #61c26f

Monochromatic Colors of #61c29f

#61c29f

Complementary Color

#61c29f #c26184

#61c29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61c29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61c29f Color CSS Codes

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

#61c29f Text Font Color

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

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


#61c29f Background Color

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

This div background color is #61c29f


#61c29f Border Color

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

This div border color is #61c29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61c29f


Comments

No comments written yet.

Please login to write comment.