Color Hex Logo

#61edeb Color Hex

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

Color spaces of #61edeb

RGB 97237235
HSL0.500.800.65
HSV179°59°93°
CMYK 0.590.000.01   0.07
XYZ50.209369.107989.2901
Yxy69.10790.24070.3313
Hunter Lab83.1312-37.6697-5.4908
CIE-Lab86.5575-37.8683-10.3791

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

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

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

Base Numbers

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

RGB Percentages of Color #61edeb

%17.05
%41.65
%41.30

CMYK Percentages of Color #61edeb

%59
%0
%1
%7

Triadic Colors of #61edeb

#61edeb #eb61ed #edeb61

Analogous Colors of #61edeb

#61edeb #61a9ed #61eda5

Monochromatic Colors of #61edeb

#61edeb

Complementary Color

#61edeb #ed6163

#61edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61edeb Color CSS Codes

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

#61edeb Text Font Color

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

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


#61edeb Background Color

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

This div background color is #61edeb


#61edeb Border Color

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

This div border color is #61edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61edeb


Comments

No comments written yet.

Please login to write comment.