Color Hex Logo

#76ebab Color Hex

#76EBAB
(118,235,171)
0 Favorites   0 Comments

Color spaces of #76ebab

RGB 118235171
HSL0.410.750.69
HSV147°50°92°
CMYK 0.500.000.27   0.08
XYZ44.530266.208548.9606
Yxy66.20850.27880.4146
Hunter Lab81.3686-44.708221.2824
CIE-Lab85.1027-47.450321.0914

#76ebab color RGB value is (118,235,171).

#76ebab hex color red value is 118, green value is 235 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #76ebab hue: 0.41 , saturation: 0.75 and the lightness value of 76ebab is 0.69.

The process color (four color CMYK) of #76ebab color hex is 0.50, 0.00, 0.27, 0.08. Web safe color of #76ebab is #66ff99. Color #76ebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101011 10101011
Octal 166 353 253
Decimal 118 235 171
Hex 76 EB AB

RGB Percentages of Color #76ebab

%22.52
%44.85
%32.63

CMYK Percentages of Color #76ebab

%50
%0
%27
%8

Triadic Colors of #76ebab

#76ebab #ab76eb #ebab76

Analogous Colors of #76ebab

#76ebab #76ebe6 #7ceb76

Monochromatic Colors of #76ebab

#76ebab

Complementary Color

#76ebab #eb76b6

#76ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ebab Color CSS Codes

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

#76ebab Text Font Color

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

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


#76ebab Background Color

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

This div background color is #76ebab


#76ebab Border Color

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

This div border color is #76ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ebab


Comments

No comments written yet.

Please login to write comment.