Color Hex Logo

#61e5bc Color Hex

#61E5BC
(97,229,188)
0 Favorites   0 Comments

Color spaces of #61e5bc

RGB 97229188
HSL0.450.720.64
HSV161°58°90°
CMYK 0.580.000.18   0.10
XYZ42.026262.210957.3698
Yxy62.21090.26010.3850
Hunter Lab78.8739-42.919512.0865
CIE-Lab83.0254-45.91669.1969

#61e5bc color RGB value is (97,229,188).

#61e5bc hex color red value is 97, green value is 229 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #61e5bc hue: 0.45 , saturation: 0.72 and the lightness value of 61e5bc is 0.64.

The process color (four color CMYK) of #61e5bc color hex is 0.58, 0.00, 0.18, 0.10. Web safe color of #61e5bc is #66cccc. Color #61e5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11100101 10111100
Octal 141 345 274
Decimal 97 229 188
Hex 61 E5 BC

RGB Percentages of Color #61e5bc

%18.87
%44.55
%36.58

CMYK Percentages of Color #61e5bc

%58
%0
%18
%10

Triadic Colors of #61e5bc

#61e5bc #bc61e5 #e5bc61

Analogous Colors of #61e5bc

#61e5bc #61cce5 #61e57a

Monochromatic Colors of #61e5bc

#61e5bc

Complementary Color

#61e5bc #e5618a

#61e5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61e5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61e5bc Color CSS Codes

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

#61e5bc Text Font Color

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

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


#61e5bc Background Color

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

This div background color is #61e5bc


#61e5bc Border Color

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

This div border color is #61e5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61e5bc


Comments

No comments written yet.

Please login to write comment.