Color Hex Logo

#76cfaf Color Hex

#76CFAF
(118,207,175)
0 Favorites   0 Comments

Color spaces of #76cfaf

RGB 118207175
HSL0.440.480.64
HSV158°43°81°
CMYK 0.430.000.15   0.19
XYZ37.521951.572348.5343
Yxy51.57230.27260.3747
Hunter Lab71.8139-32.410110.1995
CIE-Lab77.0244-34.17617.6093

#76cfaf color RGB value is (118,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001111 10101111
Octal 166 317 257
Decimal 118 207 175
Hex 76 CF AF

RGB Percentages of Color #76cfaf

%23.60
%41.40
%35.00

CMYK Percentages of Color #76cfaf

%43
%0
%15
%19

Triadic Colors of #76cfaf

#76cfaf #af76cf #cfaf76

Analogous Colors of #76cfaf

#76cfaf #76c3cf #76cf83

Monochromatic Colors of #76cfaf

#76cfaf

Complementary Color

#76cfaf #cf7696

#76cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cfaf Color CSS Codes

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

#76cfaf Text Font Color

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

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


#76cfaf Background Color

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

This div background color is #76cfaf


#76cfaf Border Color

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

This div border color is #76cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cfaf


Comments

No comments written yet.

Please login to write comment.