Color Hex Logo

#76ffdf Color Hex

#76FFDF
(118,255,223)
1 Favorites   0 Comments

Color spaces of #76ffdf

RGB 118255223
HSL0.461.000.73
HSV166°54°100°
CMYK 0.540.000.13   0.00
XYZ56.550580.699382.4080
Yxy80.69930.25740.3674
Hunter Lab89.8328-44.84018.4933
CIE-Lab91.9977-44.97193.9394

#76ffdf color RGB value is (118,255,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111111 11011111
Octal 166 377 337
Decimal 118 255 223
Hex 76 FF DF

RGB Percentages of Color #76ffdf

%19.80
%42.79
%37.42

CMYK Percentages of Color #76ffdf

%54
%0
%13
%0

Triadic Colors of #76ffdf

#76ffdf #df76ff #ffdf76

Analogous Colors of #76ffdf

#76ffdf #76dbff #76ff9b

Monochromatic Colors of #76ffdf

#76ffdf

Complementary Color

#76ffdf #ff7696

#76ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ffdf Color CSS Codes

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

#76ffdf Text Font Color

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

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


#76ffdf Background Color

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

This div background color is #76ffdf


#76ffdf Border Color

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

This div border color is #76ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ffdf


Comments

No comments written yet.

Please login to write comment.