Color Hex Logo

#77beab Color Hex

#77BEAB
(119,190,171)
0 Favorites   0 Comments

Color spaces of #77beab

RGB 119190171
HSL0.460.350.61
HSV164°37°75°
CMYK 0.370.000.10   0.25
XYZ33.371943.689145.2020
Yxy43.68910.27300.3573
Hunter Lab66.0977-25.54875.7220
CIE-Lab72.0202-26.66062.5611

#77beab color RGB value is (119,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111110 10101011
Octal 167 276 253
Decimal 119 190 171
Hex 77 BE AB

RGB Percentages of Color #77beab

%24.79
%39.58
%35.63

CMYK Percentages of Color #77beab

%37
%0
%10
%25

Triadic Colors of #77beab

#77beab #ab77be #beab77

Analogous Colors of #77beab

#77beab #77aebe #77be88

Monochromatic Colors of #77beab

#77beab

Complementary Color

#77beab #be778a

#77beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#77beab Color CSS Codes

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

#77beab Text Font Color

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

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


#77beab Background Color

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

This div background color is #77beab


#77beab Border Color

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

This div border color is #77beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77beab


Comments

No comments written yet.

Please login to write comment.