Color Hex Logo

#76bdbc Color Hex

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

Color spaces of #76bdbc

RGB 118189188
HSL0.500.350.60
HSV179°38°74°
CMYK 0.380.000.01   0.26
XYZ34.745943.877654.2149
Yxy43.87760.26160.3303
Hunter Lab66.2402-22.2891-2.1583
CIE-Lab72.1466-22.4294-6.5426

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

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

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

Base Numbers

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

RGB Percentages of Color #76bdbc

%23.84
%38.18
%37.98

CMYK Percentages of Color #76bdbc

%38
%0
%1
%26

Triadic Colors of #76bdbc

#76bdbc #bc76bd #bdbc76

Analogous Colors of #76bdbc

#76bdbc #769bbd #76bd99

Monochromatic Colors of #76bdbc

#76bdbc

Complementary Color

#76bdbc #bd7677

#76bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bdbc Color CSS Codes

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

#76bdbc Text Font Color

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

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


#76bdbc Background Color

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

This div background color is #76bdbc


#76bdbc Border Color

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

This div border color is #76bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bdbc


Comments

No comments written yet.

Please login to write comment.