Color Hex Logo

#61decc Color Hex

#61DECC
(97,222,204)
0 Favorites   0 Comments

Color spaces of #61decc

RGB 97222204
HSL0.480.650.63
HSV171°56°87°
CMYK 0.560.000.08   0.13
XYZ41.950159.143666.3316
Yxy59.14360.25060.3533
Hunter Lab76.9049-37.21532.6949
CIE-Lab81.3705-39.0131-1.6643

#61decc color RGB value is (97,222,204).

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

The process color (four color CMYK) of #61decc color hex is 0.56, 0.00, 0.08, 0.13. Web safe color of #61decc is #66cccc. Color #61decc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011110 11001100
Octal 141 336 314
Decimal 97 222 204
Hex 61 DE CC

RGB Percentages of Color #61decc

%18.55
%42.45
%39.01

CMYK Percentages of Color #61decc

%56
%0
%8
%13

Triadic Colors of #61decc

#61decc #cc61de #decc61

Analogous Colors of #61decc

#61decc #61b2de #61de8e

Monochromatic Colors of #61decc

#61decc

Complementary Color

#61decc #de6173

#61decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61decc Color CSS Codes

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

#61decc Text Font Color

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

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


#61decc Background Color

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

This div background color is #61decc


#61decc Border Color

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

This div border color is #61decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61decc


Comments

No comments written yet.

Please login to write comment.