Color Hex Logo

#76bfbd Color Hex

#76BFBD
(118,191,189)
0 Favorites   0 Comments

Color spaces of #76bfbd

RGB 118191189
HSL0.500.360.61
HSV178°38°75°
CMYK 0.380.000.01   0.25
XYZ35.287344.787354.9291
Yxy44.78730.26140.3317
Hunter Lab66.9233-22.9964-1.8175
CIE-Lab72.7516-23.1899-6.1926

#76bfbd color RGB value is (118,191,189).

#76bfbd hex color red value is 118, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #76bfbd hue: 0.50 , saturation: 0.36 and the lightness value of 76bfbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 10111101
Octal 166 277 275
Decimal 118 191 189
Hex 76 BF BD

RGB Percentages of Color #76bfbd

%23.69
%38.35
%37.95

CMYK Percentages of Color #76bfbd

%38
%0
%1
%25

Triadic Colors of #76bfbd

#76bfbd #bd76bf #bfbd76

Analogous Colors of #76bfbd

#76bfbd #769dbf #76bf99

Monochromatic Colors of #76bfbd

#76bfbd

Complementary Color

#76bfbd #bf7678

#76bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfbd Color CSS Codes

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

#76bfbd Text Font Color

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

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


#76bfbd Background Color

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

This div background color is #76bfbd


#76bfbd Border Color

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

This div border color is #76bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfbd


Comments

No comments written yet.

Please login to write comment.