Color Hex Logo

#76d8ed Color Hex

#76D8ED
(118,216,237)
0 Favorites   0 Comments

Color spaces of #76d8ed

RGB 118216237
HSL0.530.770.70
HSV191°50°93°
CMYK 0.500.090.00   0.07
XYZ47.313159.077789.0302
Yxy59.07770.24210.3023
Hunter Lab76.8620-24.6313-14.8729
CIE-Lab81.3343-23.2806-19.2027

#76d8ed color RGB value is (118,216,237).

#76d8ed hex color red value is 118, green value is 216 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #76d8ed hue: 0.53 , saturation: 0.77 and the lightness value of 76d8ed is 0.70.

The process color (four color CMYK) of #76d8ed color hex is 0.50, 0.09, 0.00, 0.07. Web safe color of #76d8ed is #66ccff. Color #76d8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011000 11101101
Octal 166 330 355
Decimal 118 216 237
Hex 76 D8 ED

RGB Percentages of Color #76d8ed

%20.67
%37.83
%41.51

CMYK Percentages of Color #76d8ed

%50
%9
%0
%7

Triadic Colors of #76d8ed

#76d8ed #ed76d8 #d8ed76

Analogous Colors of #76d8ed

#76d8ed #769ded #76edc7

Monochromatic Colors of #76d8ed

#76d8ed

Complementary Color

#76d8ed #ed8b76

#76d8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d8ed Color CSS Codes

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

#76d8ed Text Font Color

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

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


#76d8ed Background Color

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

This div background color is #76d8ed


#76d8ed Border Color

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

This div border color is #76d8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d8ed


Comments

No comments written yet.

Please login to write comment.