Color Hex Logo

#76cfad Color Hex

#76CFAD
(118,207,173)
0 Favorites   0 Comments

Color spaces of #76cfad

RGB 118207173
HSL0.440.480.64
HSV157°43°81°
CMYK 0.430.000.16   0.19
XYZ37.326951.494347.5072
Yxy51.49430.27380.3777
Hunter Lab71.7595-32.729510.9797
CIE-Lab76.9775-34.61038.6138

#76cfad color RGB value is (118,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001111 10101101
Octal 166 317 255
Decimal 118 207 173
Hex 76 CF AD

RGB Percentages of Color #76cfad

%23.69
%41.57
%34.74

CMYK Percentages of Color #76cfad

%43
%0
%16
%19

Triadic Colors of #76cfad

#76cfad #ad76cf #cfad76

Analogous Colors of #76cfad

#76cfad #76c5cf #76cf81

Monochromatic Colors of #76cfad

#76cfad

Complementary Color

#76cfad #cf7698

#76cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cfad Color CSS Codes

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

#76cfad Text Font Color

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

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


#76cfad Background Color

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

This div background color is #76cfad


#76cfad Border Color

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

This div border color is #76cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cfad


Comments

No comments written yet.

Please login to write comment.