Color Hex Logo

#76fbbf Color Hex

#76FBBF
(118,251,191)
0 Favorites   0 Comments

Color spaces of #76fbbf

RGB 118251191
HSL0.420.940.72
HSV153°53°98°
CMYK 0.530.000.24   0.02
XYZ51.372476.607561.3693
Yxy76.60750.27130.4046
Hunter Lab87.5257-48.401119.6964
CIE-Lab90.1407-50.215917.7947

#76fbbf color RGB value is (118,251,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111011 10111111
Octal 166 373 277
Decimal 118 251 191
Hex 76 FB BF

RGB Percentages of Color #76fbbf

%21.07
%44.82
%34.11

CMYK Percentages of Color #76fbbf

%53
%0
%24
%2

Triadic Colors of #76fbbf

#76fbbf #bf76fb #fbbf76

Analogous Colors of #76fbbf

#76fbbf #76f5fb #76fb7d

Monochromatic Colors of #76fbbf

#76fbbf

Complementary Color

#76fbbf #fb76b2

#76fbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fbbf Color CSS Codes

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

#76fbbf Text Font Color

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

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


#76fbbf Background Color

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

This div background color is #76fbbf


#76fbbf Border Color

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

This div border color is #76fbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fbbf


Comments

No comments written yet.

Please login to write comment.