Color Hex Logo

#61ecdb Color Hex

#61ECDB
(97,236,219)
0 Favorites   0 Comments

Color spaces of #61ecdb

RGB 97236219
HSL0.480.790.65
HSV173°59°93°
CMYK 0.590.000.07   0.07
XYZ47.711467.646877.5603
Yxy67.64680.24730.3506
Hunter Lab82.2477-40.38661.6624
CIE-Lab85.8295-41.5478-3.0490

#61ecdb color RGB value is (97,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101100 11011011
Octal 141 354 333
Decimal 97 236 219
Hex 61 EC DB

RGB Percentages of Color #61ecdb

%17.57
%42.75
%39.67

CMYK Percentages of Color #61ecdb

%59
%0
%7
%7

Triadic Colors of #61ecdb

#61ecdb #db61ec #ecdb61

Analogous Colors of #61ecdb

#61ecdb #61b8ec #61ec96

Monochromatic Colors of #61ecdb

#61ecdb

Complementary Color

#61ecdb #ec6172

#61ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ecdb Color CSS Codes

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

#61ecdb Text Font Color

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

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


#61ecdb Background Color

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

This div background color is #61ecdb


#61ecdb Border Color

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

This div border color is #61ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ecdb


Comments

No comments written yet.

Please login to write comment.