Color Hex Logo

#76daff Color Hex

#76DAFF
(118,218,255)
0 Favorites   0 Comments

Color spaces of #76daff

RGB 118218255
HSL0.551.000.73
HSV196°54°100°
CMYK 0.540.150.00   0.00
XYZ50.592661.2144103.7568
Yxy61.21440.23470.2840
Hunter Lab78.2396-21.4947-23.8592
CIE-Lab82.4939-19.3269-26.9937

#76daff color RGB value is (118,218,255).

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

The process color (four color CMYK) of #76daff color hex is 0.54, 0.15, 0.00, 0.00. Web safe color of #76daff is #66ccff. Color #76daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011010 11111111
Octal 166 332 377
Decimal 118 218 255
Hex 76 DA FF

RGB Percentages of Color #76daff

%19.97
%36.89
%43.15

CMYK Percentages of Color #76daff

%54
%15
%0
%0

Triadic Colors of #76daff

#76daff #ff76da #daff76

Analogous Colors of #76daff

#76daff #7696ff #76ffe0

Monochromatic Colors of #76daff

#76daff

Complementary Color

#76daff #ff9b76

#76daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#76daff Color CSS Codes

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

#76daff Text Font Color

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

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


#76daff Background Color

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

This div background color is #76daff


#76daff Border Color

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

This div border color is #76daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76daff

#76daff Color Palettes


Comments

No comments written yet.

Please login to write comment.