Color Hex Logo

#76bcbd Color Hex

#76BCBD
(118,188,189)
0 Favorites   0 Comments

Color spaces of #76bcbd

RGB 118188189
HSL0.500.350.60
HSV181°38°74°
CMYK 0.380.010.00   0.26
XYZ34.639743.492154.7132
Yxy43.49210.26080.3274
Hunter Lab65.9485-21.6522-3.0251
CIE-Lab71.8877-21.6780-7.4732

#76bcbd color RGB value is (118,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111100 10111101
Octal 166 274 275
Decimal 118 188 189
Hex 76 BC BD

RGB Percentages of Color #76bcbd

%23.84
%37.98
%38.18

CMYK Percentages of Color #76bcbd

%38
%1
%0
%26

Triadic Colors of #76bcbd

#76bcbd #bd76bc #bcbd76

Analogous Colors of #76bcbd

#76bcbd #7699bd #76bd9b

Monochromatic Colors of #76bcbd

#76bcbd

Complementary Color

#76bcbd #bd7776

#76bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bcbd Color CSS Codes

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

#76bcbd Text Font Color

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

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


#76bcbd Background Color

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

This div background color is #76bcbd


#76bcbd Border Color

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

This div border color is #76bcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,188,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 #76bcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bcbd


Comments

No comments written yet.

Please login to write comment.