Color Hex Logo

#77cfaf Color Hex

#77CFAF
(119,207,175)
0 Favorites   0 Comments

Color spaces of #77cfaf

RGB 119207175
HSL0.440.480.64
HSV158°43°81°
CMYK 0.430.000.15   0.19
XYZ37.658451.642748.5407
Yxy51.64270.27320.3747
Hunter Lab71.8629-32.220410.2558
CIE-Lab77.0667-33.91427.6756

#77cfaf color RGB value is (119,207,175).

#77cfaf hex color red value is 119, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #77cfaf hue: 0.44 , saturation: 0.48 and the lightness value of 77cfaf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001111 10101111
Octal 167 317 257
Decimal 119 207 175
Hex 77 CF AF

RGB Percentages of Color #77cfaf

%23.75
%41.32
%34.93

CMYK Percentages of Color #77cfaf

%43
%0
%15
%19

Triadic Colors of #77cfaf

#77cfaf #af77cf #cfaf77

Analogous Colors of #77cfaf

#77cfaf #77c3cf #77cf83

Monochromatic Colors of #77cfaf

#77cfaf

Complementary Color

#77cfaf #cf7797

#77cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cfaf Color CSS Codes

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

#77cfaf Text Font Color

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

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


#77cfaf Background Color

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

This div background color is #77cfaf


#77cfaf Border Color

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

This div border color is #77cfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,207,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cfaf


Comments

No comments written yet.

Please login to write comment.