Color Hex Logo

#76fbda Color Hex

#76FBDA
(118,251,218)
0 Favorites   0 Comments

Color spaces of #76fbda

RGB 118251218
HSL0.460.940.72
HSV165°53°98°
CMYK 0.530.000.13   0.02
XYZ54.623377.907978.4884
Yxy77.90790.25890.3692
Hunter Lab88.2655-43.99949.0633
CIE-Lab90.7379-44.37404.7040

#76fbda color RGB value is (118,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111011 11011010
Octal 166 373 332
Decimal 118 251 218
Hex 76 FB DA

RGB Percentages of Color #76fbda

%20.10
%42.76
%37.14

CMYK Percentages of Color #76fbda

%53
%0
%13
%2

Triadic Colors of #76fbda

#76fbda #da76fb #fbda76

Analogous Colors of #76fbda

#76fbda #76dafb #76fb98

Monochromatic Colors of #76fbda

#76fbda

Complementary Color

#76fbda #fb7697

#76fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fbda Color CSS Codes

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

#76fbda Text Font Color

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

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


#76fbda Background Color

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

This div background color is #76fbda


#76fbda Border Color

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

This div border color is #76fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fbda


Comments

No comments written yet.

Please login to write comment.