Color Hex Logo

#76cfa8 Color Hex

#76CFA8
(118,207,168)
0 Favorites   0 Comments

Color spaces of #76cfa8

RGB 118207168
HSL0.430.480.64
HSV154°43°81°
CMYK 0.430.000.19   0.19
XYZ36.851951.304445.0062
Yxy51.30440.27670.3853
Hunter Lab71.6271-33.509712.8847
CIE-Lab76.8630-35.676911.1266

#76cfa8 color RGB value is (118,207,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001111 10101000
Octal 166 317 250
Decimal 118 207 168
Hex 76 CF A8

RGB Percentages of Color #76cfa8

%23.94
%41.99
%34.08

CMYK Percentages of Color #76cfa8

%43
%0
%19
%19

Triadic Colors of #76cfa8

#76cfa8 #a876cf #cfa876

Analogous Colors of #76cfa8

#76cfa8 #76cacf #76cf7c

Monochromatic Colors of #76cfa8

#76cfa8

Complementary Color

#76cfa8 #cf769d

#76cfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cfa8 Color CSS Codes

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

#76cfa8 Text Font Color

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

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


#76cfa8 Background Color

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

This div background color is #76cfa8


#76cfa8 Border Color

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

This div border color is #76cfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cfa8


Comments

No comments written yet.

Please login to write comment.