Color Hex Logo

#61ebed Color Hex

#61EBED
(97,235,237)
0 Favorites   0 Comments

Color spaces of #61ebed

RGB 97235237
HSL0.500.800.65
HSV181°59°93°
CMYK 0.590.010.00   0.07
XYZ49.924268.072590.6288
Yxy68.07250.23930.3263
Hunter Lab82.5061-36.3757-7.3729
CIE-Lab86.0427-36.4159-12.1975

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

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

The process color (four color CMYK) of #61ebed color hex is 0.59, 0.01, 0.00, 0.07. Web safe color of #61ebed is #66ffff. Color #61ebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 11101101
Octal 141 353 355
Decimal 97 235 237
Hex 61 EB ED

RGB Percentages of Color #61ebed

%17.05
%41.30
%41.65

CMYK Percentages of Color #61ebed

%59
%1
%0
%7

Triadic Colors of #61ebed

#61ebed #ed61eb #ebed61

Analogous Colors of #61ebed

#61ebed #61a5ed #61eda9

Monochromatic Colors of #61ebed

#61ebed

Complementary Color

#61ebed #ed6361

#61ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebed Color CSS Codes

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

#61ebed Text Font Color

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

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


#61ebed Background Color

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

This div background color is #61ebed


#61ebed Border Color

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

This div border color is #61ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebed


Comments

No comments written yet.

Please login to write comment.