Color Hex Logo

#77bcab Color Hex

#77BCAB
(119,188,171)
0 Favorites   0 Comments

Color spaces of #77bcab

RGB 119188171
HSL0.460.340.60
HSV165°37°74°
CMYK 0.370.000.09   0.26
XYZ32.941742.828745.0586
Yxy42.82870.27260.3545
Hunter Lab65.4436-24.67664.9888
CIE-Lab71.4386-25.67571.7162

#77bcab color RGB value is (119,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111100 10101011
Octal 167 274 253
Decimal 119 188 171
Hex 77 BC AB

RGB Percentages of Color #77bcab

%24.90
%39.33
%35.77

CMYK Percentages of Color #77bcab

%37
%0
%9
%26

Triadic Colors of #77bcab

#77bcab #ab77bc #bcab77

Analogous Colors of #77bcab

#77bcab #77abbc #77bc89

Monochromatic Colors of #77bcab

#77bcab

Complementary Color

#77bcab #bc7788

#77bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bcab Color CSS Codes

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

#77bcab Text Font Color

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

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


#77bcab Background Color

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

This div background color is #77bcab


#77bcab Border Color

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

This div border color is #77bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bcab


Comments

No comments written yet.

Please login to write comment.