Color Hex Logo

#61ebbe Color Hex

#61EBBE
(97,235,190)
0 Favorites   0 Comments

Color spaces of #61ebbe

RGB 97235190
HSL0.450.780.65
HSV160°59°92°
CMYK 0.590.000.19   0.08
XYZ43.932465.675859.0764
Yxy65.67580.26040.3893
Hunter Lab81.0406-45.055613.5076
CIE-Lab84.8308-48.024010.7234

#61ebbe color RGB value is (97,235,190).

#61ebbe hex color red value is 97, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #61ebbe hue: 0.45 , saturation: 0.78 and the lightness value of 61ebbe is 0.65.

The process color (four color CMYK) of #61ebbe color hex is 0.59, 0.00, 0.19, 0.08. Web safe color of #61ebbe is #66ffcc. Color #61ebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 10111110
Octal 141 353 276
Decimal 97 235 190
Hex 61 EB BE

RGB Percentages of Color #61ebbe

%18.58
%45.02
%36.40

CMYK Percentages of Color #61ebbe

%59
%0
%19
%8

Triadic Colors of #61ebbe

#61ebbe #be61eb #ebbe61

Analogous Colors of #61ebbe

#61ebbe #61d3eb #61eb79

Monochromatic Colors of #61ebbe

#61ebbe

Complementary Color

#61ebbe #eb618e

#61ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebbe Color CSS Codes

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

#61ebbe Text Font Color

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

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


#61ebbe Background Color

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

This div background color is #61ebbe


#61ebbe Border Color

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

This div border color is #61ebbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,235,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 #61ebbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebbe


Comments

No comments written yet.

Please login to write comment.