Color Hex Logo

#76fac7 Color Hex

#76FAC7
(118,250,199)
0 Favorites   0 Comments

Color spaces of #76fac7

RGB 118250199
HSL0.440.930.72
HSV157°53°98°
CMYK 0.530.000.20   0.02
XYZ51.965676.346366.0303
Yxy76.34630.26740.3928
Hunter Lab87.3764-46.748816.3580
CIE-Lab90.0199-48.133713.5056

#76fac7 color RGB value is (118,250,199).

#76fac7 hex color red value is 118, green value is 250 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #76fac7 hue: 0.44 , saturation: 0.93 and the lightness value of 76fac7 is 0.72.

The process color (four color CMYK) of #76fac7 color hex is 0.53, 0.00, 0.20, 0.02. Web safe color of #76fac7 is #66ffcc. Color #76fac7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111010 11000111
Octal 166 372 307
Decimal 118 250 199
Hex 76 FA C7

RGB Percentages of Color #76fac7

%20.81
%44.09
%35.10

CMYK Percentages of Color #76fac7

%53
%0
%20
%2

Triadic Colors of #76fac7

#76fac7 #c776fa #fac776

Analogous Colors of #76fac7

#76fac7 #76ebfa #76fa85

Monochromatic Colors of #76fac7

#76fac7

Complementary Color

#76fac7 #fa76a9

#76fac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fac7 Color CSS Codes

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

#76fac7 Text Font Color

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

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


#76fac7 Background Color

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

This div background color is #76fac7


#76fac7 Border Color

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

This div border color is #76fac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fac7


Comments

No comments written yet.

Please login to write comment.