Color Hex Logo

#76fccc Color Hex

#76FCCC
(118,252,204)
0 Favorites   0 Comments

Color spaces of #76fccc

RGB 118252204
HSL0.440.960.73
HSV159°53°99°
CMYK 0.530.000.19   0.01
XYZ53.180777.832069.3469
Yxy77.83200.26540.3885
Hunter Lab88.2224-46.789115.1510
CIE-Lab90.7032-47.916811.8955

#76fccc color RGB value is (118,252,204).

#76fccc hex color red value is 118, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #76fccc hue: 0.44 , saturation: 0.96 and the lightness value of 76fccc is 0.73.

The process color (four color CMYK) of #76fccc color hex is 0.53, 0.00, 0.19, 0.01. Web safe color of #76fccc is #66ffcc. Color #76fccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111100 11001100
Octal 166 374 314
Decimal 118 252 204
Hex 76 FC CC

RGB Percentages of Color #76fccc

%20.56
%43.90
%35.54

CMYK Percentages of Color #76fccc

%53
%0
%19
%1

Triadic Colors of #76fccc

#76fccc #cc76fc #fccc76

Analogous Colors of #76fccc

#76fccc #76e9fc #76fc89

Monochromatic Colors of #76fccc

#76fccc

Complementary Color

#76fccc #fc76a6

#76fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fccc Color CSS Codes

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

#76fccc Text Font Color

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

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


#76fccc Background Color

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

This div background color is #76fccc


#76fccc Border Color

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

This div border color is #76fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fccc


Comments

No comments written yet.

Please login to write comment.