Color Hex Logo

#61ebeb Color Hex

#61EBEB
(97,235,235)
0 Favorites   0 Comments

Color spaces of #61ebeb

RGB 97235235
HSL0.500.780.65
HSV180°59°92°
CMYK 0.590.000.00   0.08
XYZ49.633567.956289.0982
Yxy67.95620.24010.3288
Hunter Lab82.4356-36.7894-6.3771
CIE-Lab85.9845-36.9499-11.2326

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 11101011
Octal 141 353 353
Decimal 97 235 235
Hex 61 EB EB

RGB Percentages of Color #61ebeb

%17.11
%41.45
%41.45

CMYK Percentages of Color #61ebeb

%59
%0
%0
%8

Triadic Colors of #61ebeb

#61ebeb #eb61eb #ebeb61

Analogous Colors of #61ebeb

#61ebeb #61a6eb #61eba6

Monochromatic Colors of #61ebeb

#61ebeb

Complementary Color

#61ebeb #eb6161

#61ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebeb Color CSS Codes

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

#61ebeb Text Font Color

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

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


#61ebeb Background Color

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

This div background color is #61ebeb


#61ebeb Border Color

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

This div border color is #61ebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebeb


Comments

No comments written yet.

Please login to write comment.