Color Hex Logo

#76dffa Color Hex

#76DFFA
(118,223,250)
0 Favorites   0 Comments

Color spaces of #76dffa

RGB 118223250
HSL0.530.930.72
HSV192°53°98°
CMYK 0.530.110.00   0.02
XYZ51.114263.5290100.0108
Yxy63.52900.23810.2960
Hunter Lab79.7051-25.0133-18.6012
CIE-Lab83.7199-23.2239-22.4822

#76dffa color RGB value is (118,223,250).

#76dffa hex color red value is 118, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #76dffa hue: 0.53 , saturation: 0.93 and the lightness value of 76dffa is 0.72.

The process color (four color CMYK) of #76dffa color hex is 0.53, 0.11, 0.00, 0.02. Web safe color of #76dffa is #66ccff. Color #76dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011111 11111010
Octal 166 337 372
Decimal 118 223 250
Hex 76 DF FA

RGB Percentages of Color #76dffa

%19.97
%37.73
%42.30

CMYK Percentages of Color #76dffa

%53
%11
%0
%2

Triadic Colors of #76dffa

#76dffa #fa76df #dffa76

Analogous Colors of #76dffa

#76dffa #769dfa #76fad3

Monochromatic Colors of #76dffa

#76dffa

Complementary Color

#76dffa #fa9176

#76dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dffa Color CSS Codes

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

#76dffa Text Font Color

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

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


#76dffa Background Color

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

This div background color is #76dffa


#76dffa Border Color

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

This div border color is #76dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dffa


Comments

No comments written yet.

Please login to write comment.