Color Hex Logo

#77ceab Color Hex

#77CEAB
(119,206,171)
0 Favorites   0 Comments

Color spaces of #77ceab

RGB 119206171
HSL0.430.470.64
HSV156°42°81°
CMYK 0.420.000.17   0.19
XYZ37.029751.004846.4213
Yxy51.00480.27540.3793
Hunter Lab71.4176-32.429511.4540
CIE-Lab76.6819-34.31089.2689

#77ceab color RGB value is (119,206,171).

#77ceab hex color red value is 119, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #77ceab hue: 0.43 , saturation: 0.47 and the lightness value of 77ceab is 0.64.

The process color (four color CMYK) of #77ceab color hex is 0.42, 0.00, 0.17, 0.19. Web safe color of #77ceab is #66cc99. Color #77ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 10101011
Octal 167 316 253
Decimal 119 206 171
Hex 77 CE AB

RGB Percentages of Color #77ceab

%23.99
%41.53
%34.48

CMYK Percentages of Color #77ceab

%42
%0
%17
%19

Triadic Colors of #77ceab

#77ceab #ab77ce #ceab77

Analogous Colors of #77ceab

#77ceab #77c6ce #77ce80

Monochromatic Colors of #77ceab

#77ceab

Complementary Color

#77ceab #ce779a

#77ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ceab Color CSS Codes

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

#77ceab Text Font Color

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

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


#77ceab Background Color

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

This div background color is #77ceab


#77ceab Border Color

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

This div border color is #77ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ceab


Comments

No comments written yet.

Please login to write comment.