Color Hex Logo

#76bbba Color Hex

#76BBBA
(118,187,186)
0 Favorites   0 Comments

Color spaces of #76bbba

RGB 118187186
HSL0.500.340.60
HSV179°37°73°
CMYK 0.370.000.01   0.27
XYZ34.104542.937452.9446
Yxy42.93740.26240.3303
Hunter Lab65.5266-21.7681-2.0368
CIE-Lab71.5125-21.9095-6.3881

#76bbba color RGB value is (118,187,186).

#76bbba hex color red value is 118, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #76bbba hue: 0.50 , saturation: 0.34 and the lightness value of 76bbba is 0.60.

The process color (four color CMYK) of #76bbba color hex is 0.37, 0.00, 0.01, 0.27. Web safe color of #76bbba is #66cccc. Color #76bbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111011 10111010
Octal 166 273 272
Decimal 118 187 186
Hex 76 BB BA

RGB Percentages of Color #76bbba

%24.03
%38.09
%37.88

CMYK Percentages of Color #76bbba

%37
%0
%1
%27

Triadic Colors of #76bbba

#76bbba #ba76bb #bbba76

Analogous Colors of #76bbba

#76bbba #769abb #76bb98

Monochromatic Colors of #76bbba

#76bbba

Complementary Color

#76bbba #bb7677

#76bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bbba Color CSS Codes

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

#76bbba Text Font Color

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

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


#76bbba Background Color

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

This div background color is #76bbba


#76bbba Border Color

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

This div border color is #76bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bbba


Comments

No comments written yet.

Please login to write comment.