Color Hex Logo

#76fdac Color Hex

#76FDAC
(118,253,172)
0 Favorites   0 Comments

Color spaces of #76fdac

RGB 118253172
HSL0.400.970.73
HSV144°53°99°
CMYK 0.530.000.32   0.01
XYZ50.042977.080751.2702
Yxy77.08070.28050.4321
Hunter Lab87.7956-51.898526.8332
CIE-Lab90.3587-54.700227.7812

#76fdac color RGB value is (118,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111101 10101100
Octal 166 375 254
Decimal 118 253 172
Hex 76 FD AC

RGB Percentages of Color #76fdac

%21.73
%46.59
%31.68

CMYK Percentages of Color #76fdac

%53
%0
%32
%1

Triadic Colors of #76fdac

#76fdac #ac76fd #fdac76

Analogous Colors of #76fdac

#76fdac #76fdf0 #84fd76

Monochromatic Colors of #76fdac

#76fdac

Complementary Color

#76fdac #fd76c7

#76fdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fdac Color CSS Codes

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

#76fdac Text Font Color

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

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


#76fdac Background Color

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

This div background color is #76fdac


#76fdac Border Color

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

This div border color is #76fdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fdac


Comments

No comments written yet.

Please login to write comment.