Color Hex Logo

#61ebde Color Hex

#61EBDE
(97,235,222)
0 Favorites   0 Comments

Color spaces of #61ebde

RGB 97235222
HSL0.480.780.65
HSV174°59°92°
CMYK 0.590.000.06   0.08
XYZ47.822967.232079.5638
Yxy67.23200.24570.3455
Hunter Lab81.9951-39.3830-0.1353
CIE-Lab85.6210-40.3395-4.9335

#61ebde color RGB value is (97,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 11011110
Octal 141 353 336
Decimal 97 235 222
Hex 61 EB DE

RGB Percentages of Color #61ebde

%17.51
%42.42
%40.07

CMYK Percentages of Color #61ebde

%59
%0
%6
%8

Triadic Colors of #61ebde

#61ebde #de61eb #ebde61

Analogous Colors of #61ebde

#61ebde #61b3eb #61eb99

Monochromatic Colors of #61ebde

#61ebde

Complementary Color

#61ebde #eb616e

#61ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebde Color CSS Codes

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

#61ebde Text Font Color

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

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


#61ebde Background Color

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

This div background color is #61ebde


#61ebde Border Color

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

This div border color is #61ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebde


Comments

No comments written yet.

Please login to write comment.