Color Hex Logo

#61d6cc Color Hex

#61D6CC
(97,214,204)
0 Favorites   0 Comments

Color spaces of #61d6cc

RGB 97214204
HSL0.490.590.61
HSV175°55°84°
CMYK 0.550.000.05   0.16
XYZ39.875454.994265.6400
Yxy54.99420.24840.3426
Hunter Lab74.1581-33.7957-0.5691
CIE-Lab79.0379-35.3413-5.0946

#61d6cc color RGB value is (97,214,204).

#61d6cc hex color red value is 97, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #61d6cc hue: 0.49 , saturation: 0.59 and the lightness value of 61d6cc is 0.61.

The process color (four color CMYK) of #61d6cc color hex is 0.55, 0.00, 0.05, 0.16. Web safe color of #61d6cc is #66cccc. Color #61d6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11010110 11001100
Octal 141 326 314
Decimal 97 214 204
Hex 61 D6 CC

RGB Percentages of Color #61d6cc

%18.83
%41.55
%39.61

CMYK Percentages of Color #61d6cc

%55
%0
%5
%16

Triadic Colors of #61d6cc

#61d6cc #cc61d6 #d6cc61

Analogous Colors of #61d6cc

#61d6cc #61a6d6 #61d692

Monochromatic Colors of #61d6cc

#61d6cc

Complementary Color

#61d6cc #d6616b

#61d6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61d6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61d6cc Color CSS Codes

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

#61d6cc Text Font Color

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

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


#61d6cc Background Color

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

This div background color is #61d6cc


#61d6cc Border Color

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

This div border color is #61d6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61d6cc


Comments

No comments written yet.

Please login to write comment.