Color Hex Logo

#61eeda Color Hex

#61EEDA
(97,238,218)
0 Favorites   0 Comments

Color spaces of #61eeda

RGB 97238218
HSL0.480.810.66
HSV171°59°93°
CMYK 0.590.000.08   0.07
XYZ48.159268.752477.0620
Yxy68.75240.24830.3544
Hunter Lab82.9171-41.43002.9386
CIE-Lab86.3813-42.6868-1.7143

#61eeda color RGB value is (97,238,218).

#61eeda hex color red value is 97, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #61eeda hue: 0.48 , saturation: 0.81 and the lightness value of 61eeda is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101110 11011010
Octal 141 356 332
Decimal 97 238 218
Hex 61 EE DA

RGB Percentages of Color #61eeda

%17.54
%43.04
%39.42

CMYK Percentages of Color #61eeda

%59
%0
%8
%7

Triadic Colors of #61eeda

#61eeda #da61ee #eeda61

Analogous Colors of #61eeda

#61eeda #61bcee #61ee94

Monochromatic Colors of #61eeda

#61eeda

Complementary Color

#61eeda #ee6175

#61eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#61eeda Color CSS Codes

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

#61eeda Text Font Color

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

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


#61eeda Background Color

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

This div background color is #61eeda


#61eeda Border Color

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

This div border color is #61eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61eeda


Comments

No comments written yet.

Please login to write comment.