Color Hex Logo

#76b9de Color Hex

#76B9DE
(118,185,222)
0 Favorites   0 Comments

Color spaces of #76b9de

RGB 118185222
HSL0.560.610.67
HSV201°47°87°
CMYK 0.470.170.00   0.13
XYZ38.005043.823475.5629
Yxy43.82340.24150.2784
Hunter Lab66.1992-13.3718-21.3369
CIE-Lab72.1103-11.4272-25.1562

#76b9de color RGB value is (118,185,222).

#76b9de hex color red value is 118, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #76b9de hue: 0.56 , saturation: 0.61 and the lightness value of 76b9de is 0.67.

The process color (four color CMYK) of #76b9de color hex is 0.47, 0.17, 0.00, 0.13. Web safe color of #76b9de is #66cccc. Color #76b9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111001 11011110
Octal 166 271 336
Decimal 118 185 222
Hex 76 B9 DE

RGB Percentages of Color #76b9de

%22.48
%35.24
%42.29

CMYK Percentages of Color #76b9de

%47
%17
%0
%13

Triadic Colors of #76b9de

#76b9de #de76b9 #b9de76

Analogous Colors of #76b9de

#76b9de #7685de #76decf

Monochromatic Colors of #76b9de

#76b9de

Complementary Color

#76b9de #de9b76

#76b9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b9de Color CSS Codes

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

#76b9de Text Font Color

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

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


#76b9de Background Color

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

This div background color is #76b9de


#76b9de Border Color

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

This div border color is #76b9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b9de


Comments

No comments written yet.

Please login to write comment.