Color Hex Logo

#76beab Color Hex

#76BEAB
(118,190,171)
0 Favorites   0 Comments

Color spaces of #76beab

RGB 118190171
HSL0.460.360.60
HSV164°38°75°
CMYK 0.380.000.10   0.25
XYZ33.235443.618745.1956
Yxy43.61870.27230.3574
Hunter Lab66.0445-25.75165.6577
CIE-Lab71.9729-26.93822.4866

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111110 10101011
Octal 166 276 253
Decimal 118 190 171
Hex 76 BE AB

RGB Percentages of Color #76beab

%24.63
%39.67
%35.70

CMYK Percentages of Color #76beab

%38
%0
%10
%25

Triadic Colors of #76beab

#76beab #ab76be #beab76

Analogous Colors of #76beab

#76beab #76adbe #76be87

Monochromatic Colors of #76beab

#76beab

Complementary Color

#76beab #be7689

#76beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76beab Color CSS Codes

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

#76beab Text Font Color

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

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


#76beab Background Color

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

This div background color is #76beab


#76beab Border Color

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

This div border color is #76beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76beab


Comments

No comments written yet.

Please login to write comment.