Color Hex Logo

#76bebb Color Hex

#76BEBB
(118,190,187)
0 Favorites   0 Comments

Color spaces of #76bebb

RGB 118190187
HSL0.490.360.60
HSV178°38°75°
CMYK 0.380.000.02   0.25
XYZ34.854344.266353.7209
Yxy44.26630.26240.3332
Hunter Lab66.5329-22.9226-1.2997
CIE-Lab72.4061-23.1766-5.6123

#76bebb color RGB value is (118,190,187).

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

The process color (four color CMYK) of #76bebb color hex is 0.38, 0.00, 0.02, 0.25. Web safe color of #76bebb is #66cccc. Color #76bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111110 10111011
Octal 166 276 273
Decimal 118 190 187
Hex 76 BE BB

RGB Percentages of Color #76bebb

%23.84
%38.38
%37.78

CMYK Percentages of Color #76bebb

%38
%0
%2
%25

Triadic Colors of #76bebb

#76bebb #bb76be #bebb76

Analogous Colors of #76bebb

#76bebb #769dbe #76be97

Monochromatic Colors of #76bebb

#76bebb

Complementary Color

#76bebb #be7679

#76bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bebb Color CSS Codes

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

#76bebb Text Font Color

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

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


#76bebb Background Color

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

This div background color is #76bebb


#76bebb Border Color

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

This div border color is #76bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bebb


Comments

No comments written yet.

Please login to write comment.