Color Hex Logo

#76b9df Color Hex

#76B9DF
(118,185,223)
0 Favorites   0 Comments

Color spaces of #76b9df

RGB 118185223
HSL0.560.620.67
HSV202°47°87°
CMYK 0.470.170.00   0.13
XYZ38.139543.877276.2710
Yxy43.87720.24100.2772
Hunter Lab66.2399-13.1433-21.9008
CIE-Lab72.1463-11.1485-25.6454

#76b9df color RGB value is (118,185,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111001 11011111
Octal 166 271 337
Decimal 118 185 223
Hex 76 B9 DF

RGB Percentages of Color #76b9df

%22.43
%35.17
%42.40

CMYK Percentages of Color #76b9df

%47
%17
%0
%13

Triadic Colors of #76b9df

#76b9df #df76b9 #b9df76

Analogous Colors of #76b9df

#76b9df #7685df #76dfd1

Monochromatic Colors of #76b9df

#76b9df

Complementary Color

#76b9df #df9c76

#76b9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b9df Color CSS Codes

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

#76b9df Text Font Color

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

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


#76b9df Background Color

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

This div background color is #76b9df


#76b9df Border Color

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

This div border color is #76b9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b9df


Comments

No comments written yet.

Please login to write comment.