Color Hex Logo

#61fcae Color Hex

#61FCAE
(97,252,174)
0 Favorites   0 Comments

Color spaces of #61fcae

RGB 97252174
HSL0.420.960.68
HSV150°62°99°
CMYK 0.620.000.31   0.01
XYZ47.380175.218252.0658
Yxy75.21820.27130.4306
Hunter Lab86.7284-54.259525.1162
CIE-Lab89.4951-58.269625.4914

#61fcae color RGB value is (97,252,174).

#61fcae hex color red value is 97, green value is 252 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #61fcae hue: 0.42 , saturation: 0.96 and the lightness value of 61fcae is 0.68.

The process color (four color CMYK) of #61fcae color hex is 0.62, 0.00, 0.31, 0.01. Web safe color of #61fcae is #66ff99. Color #61fcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111100 10101110
Octal 141 374 256
Decimal 97 252 174
Hex 61 FC AE

RGB Percentages of Color #61fcae

%18.55
%48.18
%33.27

CMYK Percentages of Color #61fcae

%62
%0
%31
%1

Triadic Colors of #61fcae

#61fcae #ae61fc #fcae61

Analogous Colors of #61fcae

#61fcae #61fcfc #62fc61

Monochromatic Colors of #61fcae

#61fcae

Complementary Color

#61fcae #fc61af

#61fcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fcae Color CSS Codes

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

#61fcae Text Font Color

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

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


#61fcae Background Color

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

This div background color is #61fcae


#61fcae Border Color

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

This div border color is #61fcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fcae

Related Colors


Comments

No comments written yet.

Please login to write comment.