Color Hex Logo

#76fcaa Color Hex

#76FCAA
(118,252,170)
0 Favorites   0 Comments

Color spaces of #76fcaa

RGB 118252170
HSL0.400.960.73
HSV143°53°99°
CMYK 0.530.000.33   0.01
XYZ49.537376.374650.1611
Yxy76.37460.28130.4338
Hunter Lab87.3926-51.756727.1438
CIE-Lab90.0330-54.660328.3497

#76fcaa color RGB value is (118,252,170).

#76fcaa hex color red value is 118, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #76fcaa hue: 0.40 , saturation: 0.96 and the lightness value of 76fcaa is 0.73.

The process color (four color CMYK) of #76fcaa color hex is 0.53, 0.00, 0.33, 0.01. Web safe color of #76fcaa is #66ff99. Color #76fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111100 10101010
Octal 166 374 252
Decimal 118 252 170
Hex 76 FC AA

RGB Percentages of Color #76fcaa

%21.85
%46.67
%31.48

CMYK Percentages of Color #76fcaa

%53
%0
%33
%1

Triadic Colors of #76fcaa

#76fcaa #aa76fc #fcaa76

Analogous Colors of #76fcaa

#76fcaa #76fced #85fc76

Monochromatic Colors of #76fcaa

#76fcaa

Complementary Color

#76fcaa #fc76c8

#76fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fcaa Color CSS Codes

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

#76fcaa Text Font Color

<p style="color:#76fcaa">Text here</p>

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


#76fcaa Background Color

<div style="background-color:#76fcaa">
Div content here</div>

This div background color is #76fcaa


#76fcaa Border Color

<div style="border:3px solid #76fcaa">
Div here</div>

This div border color is #76fcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,252,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76fcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76fcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #76fcaa;
  box-shadow:         1px 1px 3px 2px #76fcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,252,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fcaa


Comments

No comments written yet.

Please login to write comment.