Color Hex Logo

#76ffdb Color Hex

#76FFDB
(118,255,219)
0 Favorites   0 Comments

Color spaces of #76ffdb

RGB 118255219
HSL0.461.000.73
HSV164°54°100°
CMYK 0.540.000.14   0.00
XYZ56.017480.486079.6008
Yxy80.48600.25920.3724
Hunter Lab89.7140-45.544110.1934
CIE-Lab91.9025-45.88705.8688

#76ffdb color RGB value is (118,255,219).

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

The process color (four color CMYK) of #76ffdb color hex is 0.54, 0.00, 0.14, 0.00. Web safe color of #76ffdb is #66ffcc. Color #76ffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111111 11011011
Octal 166 377 333
Decimal 118 255 219
Hex 76 FF DB

RGB Percentages of Color #76ffdb

%19.93
%43.07
%36.99

CMYK Percentages of Color #76ffdb

%54
%0
%14
%0

Triadic Colors of #76ffdb

#76ffdb #db76ff #ffdb76

Analogous Colors of #76ffdb

#76ffdb #76dfff #76ff97

Monochromatic Colors of #76ffdb

#76ffdb

Complementary Color

#76ffdb #ff769a

#76ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ffdb Color CSS Codes

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

#76ffdb Text Font Color

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

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


#76ffdb Background Color

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

This div background color is #76ffdb


#76ffdb Border Color

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

This div border color is #76ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ffdb


Comments

No comments written yet.

Please login to write comment.