Color Hex Logo

#76fbdb Color Hex

#76FBDB
(118,251,219)
0 Favorites   0 Comments

Color spaces of #76fbdb

RGB 118251219
HSL0.460.940.72
HSV166°53°98°
CMYK 0.530.000.13   0.02
XYZ54.754677.960479.1798
Yxy77.96040.25840.3679
Hunter Lab88.2952-43.82328.6376
CIE-Lab90.7618-44.14454.2203

#76fbdb color RGB value is (118,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111011 11011011
Octal 166 373 333
Decimal 118 251 219
Hex 76 FB DB

RGB Percentages of Color #76fbdb

%20.07
%42.69
%37.24

CMYK Percentages of Color #76fbdb

%53
%0
%13
%2

Triadic Colors of #76fbdb

#76fbdb #db76fb #fbdb76

Analogous Colors of #76fbdb

#76fbdb #76d9fb #76fb99

Monochromatic Colors of #76fbdb

#76fbdb

Complementary Color

#76fbdb #fb7696

#76fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fbdb Color CSS Codes

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

#76fbdb Text Font Color

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

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


#76fbdb Background Color

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

This div background color is #76fbdb


#76fbdb Border Color

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

This div border color is #76fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.