Color Hex Logo

#61ecdd Color Hex

#61ECDD
(97,236,221)
0 Favorites   0 Comments

Color spaces of #61ecdd

RGB 97236221
HSL0.480.790.65
HSV174°59°93°
CMYK 0.590.000.06   0.07
XYZ47.976467.752878.9556
Yxy67.75280.24640.3480
Hunter Lab82.3121-40.00570.7462
CIE-Lab85.8827-41.0426-4.0221

#61ecdd color RGB value is (97,236,221).

#61ecdd hex color red value is 97, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #61ecdd hue: 0.48 , saturation: 0.79 and the lightness value of 61ecdd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101100 11011101
Octal 141 354 335
Decimal 97 236 221
Hex 61 EC DD

RGB Percentages of Color #61ecdd

%17.51
%42.60
%39.89

CMYK Percentages of Color #61ecdd

%59
%0
%6
%7

Triadic Colors of #61ecdd

#61ecdd #dd61ec #ecdd61

Analogous Colors of #61ecdd

#61ecdd #61b6ec #61ec98

Monochromatic Colors of #61ecdd

#61ecdd

Complementary Color

#61ecdd #ec6170

#61ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ecdd Color CSS Codes

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

#61ecdd Text Font Color

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

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


#61ecdd Background Color

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

This div background color is #61ecdd


#61ecdd Border Color

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

This div border color is #61ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ecdd


Comments

No comments written yet.

Please login to write comment.