Color Hex Logo

#76edff Color Hex

#76EDFF
(118,237,255)
0 Favorites   0 Comments

Color spaces of #76edff

RGB 118237255
HSL0.521.000.73
HSV188°54°100°
CMYK 0.540.070.00   0.00
XYZ55.805471.6399105.4944
Yxy71.63990.23960.3075
Hunter Lab84.6404-30.4313-14.6499
CIE-Lab87.7950-28.7117-18.9465

#76edff color RGB value is (118,237,255).

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

The process color (four color CMYK) of #76edff color hex is 0.54, 0.07, 0.00, 0.00. Web safe color of #76edff is #66ffff. Color #76edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101101 11111111
Octal 166 355 377
Decimal 118 237 255
Hex 76 ED FF

RGB Percentages of Color #76edff

%19.34
%38.85
%41.80

CMYK Percentages of Color #76edff

%54
%7
%0
%0

Triadic Colors of #76edff

#76edff #ff76ed #edff76

Analogous Colors of #76edff

#76edff #76a9ff #76ffcd

Monochromatic Colors of #76edff

#76edff

Complementary Color

#76edff #ff8876

#76edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#76edff Color CSS Codes

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

#76edff Text Font Color

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

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


#76edff Background Color

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

This div background color is #76edff


#76edff Border Color

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

This div border color is #76edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76edff

Related Colors


Comments

No comments written yet.

Please login to write comment.