Color Hex Logo

#76fdbf Color Hex

#76FDBF
(118,253,191)
0 Favorites   0 Comments

Color spaces of #76fdbf

RGB 118253191
HSL0.420.970.73
HSV152°53°99°
CMYK 0.530.000.25   0.01
XYZ52.000577.863761.5787
Yxy77.86370.27160.4067
Hunter Lab88.2404-49.229820.3927
CIE-Lab90.7177-51.049918.6018

#76fdbf color RGB value is (118,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111101 10111111
Octal 166 375 277
Decimal 118 253 191
Hex 76 FD BF

RGB Percentages of Color #76fdbf

%21.00
%45.02
%33.99

CMYK Percentages of Color #76fdbf

%53
%0
%25
%1

Triadic Colors of #76fdbf

#76fdbf #bf76fd #fdbf76

Analogous Colors of #76fdbf

#76fdbf #76f8fd #76fd7c

Monochromatic Colors of #76fdbf

#76fdbf

Complementary Color

#76fdbf #fd76b4

#76fdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fdbf Color CSS Codes

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

#76fdbf Text Font Color

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

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


#76fdbf Background Color

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

This div background color is #76fdbf


#76fdbf Border Color

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

This div border color is #76fdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,253,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 #76fdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fdbf


Comments

No comments written yet.

Please login to write comment.