Color Hex Logo

#76bbfa Color Hex

#76BBFA
(118,187,250)
0 Favorites   0 Comments

Color spaces of #76bbfa

RGB 118187250
HSL0.580.930.72
HSV209°53°98°
CMYK 0.530.250.00   0.02
XYZ42.496946.294397.1384
Yxy46.29430.22860.2490
Hunter Lab68.0399-7.5809-37.0185
CIE-Lab73.7361-4.4595-37.8164

#76bbfa color RGB value is (118,187,250).

#76bbfa hex color red value is 118, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #76bbfa hue: 0.58 , saturation: 0.93 and the lightness value of 76bbfa is 0.72.

The process color (four color CMYK) of #76bbfa color hex is 0.53, 0.25, 0.00, 0.02. Web safe color of #76bbfa is #66ccff. Color #76bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111011 11111010
Octal 166 273 372
Decimal 118 187 250
Hex 76 BB FA

RGB Percentages of Color #76bbfa

%21.26
%33.69
%45.05

CMYK Percentages of Color #76bbfa

%53
%25
%0
%2

Triadic Colors of #76bbfa

#76bbfa #fa76bb #bbfa76

Analogous Colors of #76bbfa

#76bbfa #7679fa #76faf7

Monochromatic Colors of #76bbfa

#76bbfa

Complementary Color

#76bbfa #fab576

#76bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bbfa Color CSS Codes

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

#76bbfa Text Font Color

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

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


#76bbfa Background Color

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

This div background color is #76bbfa


#76bbfa Border Color

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

This div border color is #76bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bbfa


Comments

No comments written yet.

Please login to write comment.