Color Hex Logo

#61cdae Color Hex

#61CDAE
(97,205,174)
0 Favorites   0 Comments

Color spaces of #61cdae

RGB 97205174
HSL0.450.520.59
HSV163°53°80°
CMYK 0.530.000.15   0.20
XYZ34.401149.260047.7394
Yxy49.26000.26180.3749
Hunter Lab70.1855-35.33368.8014
CIE-Lab75.6128-38.55636.0142

#61cdae color RGB value is (97,205,174).

#61cdae hex color red value is 97, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #61cdae hue: 0.45 , saturation: 0.52 and the lightness value of 61cdae is 0.59.

The process color (four color CMYK) of #61cdae color hex is 0.53, 0.00, 0.15, 0.20. Web safe color of #61cdae is #66cc99. Color #61cdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001101 10101110
Octal 141 315 256
Decimal 97 205 174
Hex 61 CD AE

RGB Percentages of Color #61cdae

%20.38
%43.07
%36.55

CMYK Percentages of Color #61cdae

%53
%0
%15
%20

Triadic Colors of #61cdae

#61cdae #ae61cd #cdae61

Analogous Colors of #61cdae

#61cdae #61b6cd #61cd78

Monochromatic Colors of #61cdae

#61cdae

Complementary Color

#61cdae #cd6180

#61cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cdae Color CSS Codes

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

#61cdae Text Font Color

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

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


#61cdae Background Color

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

This div background color is #61cdae


#61cdae Border Color

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

This div border color is #61cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cdae


Comments

No comments written yet.

Please login to write comment.