Color Hex Logo

#61eede Color Hex

#61EEDE
(97,238,222)
0 Favorites   0 Comments

Color spaces of #61eede

RGB 97238222
HSL0.480.810.66
HSV173°59°93°
CMYK 0.590.000.07   0.07
XYZ48.689168.964479.8525
Yxy68.96440.24650.3492
Hunter Lab83.0448-40.67401.1205
CIE-Lab86.4864-41.6832-3.6590

#61eede color RGB value is (97,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101110 11011110
Octal 141 356 336
Decimal 97 238 222
Hex 61 EE DE

RGB Percentages of Color #61eede

%17.41
%42.73
%39.86

CMYK Percentages of Color #61eede

%59
%0
%7
%7

Triadic Colors of #61eede

#61eede #de61ee #eede61

Analogous Colors of #61eede

#61eede #61b8ee #61ee98

Monochromatic Colors of #61eede

#61eede

Complementary Color

#61eede #ee6171

#61eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#61eede Color CSS Codes

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

#61eede Text Font Color

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

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


#61eede Background Color

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

This div background color is #61eede


#61eede Border Color

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

This div border color is #61eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61eede


Comments

No comments written yet.

Please login to write comment.