Color Hex Logo

#76bebe Color Hex

#76BEBE
(118,190,190)
0 Favorites   0 Comments

Color spaces of #76bebe

RGB 118190190
HSL0.500.360.60
HSV180°38°75°
CMYK 0.380.000.00   0.25
XYZ35.178944.396255.4304
Yxy44.39620.26060.3288
Hunter Lab66.6305-22.3607-2.6825
CIE-Lab72.4925-22.4414-7.1222

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111110 10111110
Octal 166 276 276
Decimal 118 190 190
Hex 76 BE BE

RGB Percentages of Color #76bebe

%23.69
%38.15
%38.15

CMYK Percentages of Color #76bebe

%38
%0
%0
%25

Triadic Colors of #76bebe

#76bebe #be76be #bebe76

Analogous Colors of #76bebe

#76bebe #769abe #76be9a

Monochromatic Colors of #76bebe

#76bebe

Complementary Color

#76bebe #be7676

#76bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bebe Color CSS Codes

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

#76bebe Text Font Color

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

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


#76bebe Background Color

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

This div background color is #76bebe


#76bebe Border Color

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

This div border color is #76bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bebe


Comments

No comments written yet.

Please login to write comment.