Color Hex Logo

#76cfab Color Hex

#76CFAB
(118,207,171)
0 Favorites   0 Comments

Color spaces of #76cfab

RGB 118207171
HSL0.430.480.64
HSV156°43°81°
CMYK 0.430.000.17   0.19
XYZ37.134751.417546.4954
Yxy51.41750.27500.3807
Hunter Lab71.7060-33.044911.7495
CIE-Lab76.9312-35.04059.6187

#76cfab color RGB value is (118,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001111 10101011
Octal 166 317 253
Decimal 118 207 171
Hex 76 CF AB

RGB Percentages of Color #76cfab

%23.79
%41.73
%34.48

CMYK Percentages of Color #76cfab

%43
%0
%17
%19

Triadic Colors of #76cfab

#76cfab #ab76cf #cfab76

Analogous Colors of #76cfab

#76cfab #76c7cf #76cf7f

Monochromatic Colors of #76cfab

#76cfab

Complementary Color

#76cfab #cf769a

#76cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cfab Color CSS Codes

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

#76cfab Text Font Color

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

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


#76cfab Background Color

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

This div background color is #76cfab


#76cfab Border Color

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

This div border color is #76cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cfab


Comments

No comments written yet.

Please login to write comment.