Color Hex Logo

#76bfbe Color Hex

#76BFBE
(118,191,190)
0 Favorites   0 Comments

Color spaces of #76bfbe

RGB 118191190
HSL0.500.360.61
HSV179°38°75°
CMYK 0.380.000.01   0.25
XYZ35.396344.830955.5028
Yxy44.83090.26080.3303
Hunter Lab66.9559-22.8086-2.2791
CIE-Lab72.7804-22.9443-6.6953

#76bfbe color RGB value is (118,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 10111110
Octal 166 277 276
Decimal 118 191 190
Hex 76 BF BE

RGB Percentages of Color #76bfbe

%23.65
%38.28
%38.08

CMYK Percentages of Color #76bfbe

%38
%0
%1
%25

Triadic Colors of #76bfbe

#76bfbe #be76bf #bfbe76

Analogous Colors of #76bfbe

#76bfbe #769cbf #76bf9a

Monochromatic Colors of #76bfbe

#76bfbe

Complementary Color

#76bfbe #bf7677

#76bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bfbe Color CSS Codes

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

#76bfbe Text Font Color

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

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


#76bfbe Background Color

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

This div background color is #76bfbe


#76bfbe Border Color

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

This div border color is #76bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bfbe


Comments

No comments written yet.

Please login to write comment.