Color Hex Logo

#76fbaf Color Hex

#76FBAF
(118,251,175)
0 Favorites   0 Comments

Color spaces of #76fbaf

RGB 118251175
HSL0.400.940.72
HSV146°53°98°
CMYK 0.530.000.30   0.02
XYZ49.706375.941152.5957
Yxy75.94110.27890.4261
Hunter Lab87.1442-50.687525.2166
CIE-Lab89.8320-53.336925.5435

#76fbaf color RGB value is (118,251,175).

#76fbaf hex color red value is 118, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #76fbaf hue: 0.40 , saturation: 0.94 and the lightness value of 76fbaf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111011 10101111
Octal 166 373 257
Decimal 118 251 175
Hex 76 FB AF

RGB Percentages of Color #76fbaf

%21.69
%46.14
%32.17

CMYK Percentages of Color #76fbaf

%53
%0
%30
%2

Triadic Colors of #76fbaf

#76fbaf #af76fb #fbaf76

Analogous Colors of #76fbaf

#76fbaf #76fbf2 #80fb76

Monochromatic Colors of #76fbaf

#76fbaf

Complementary Color

#76fbaf #fb76c2

#76fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fbaf Color CSS Codes

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

#76fbaf Text Font Color

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

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


#76fbaf Background Color

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

This div background color is #76fbaf


#76fbaf Border Color

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

This div border color is #76fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fbaf


Comments

No comments written yet.

Please login to write comment.