Color Hex Logo

#76f0ce Color Hex

#76F0CE
(118,240,206)
0 Favorites   0 Comments

Color spaces of #76f0ce

RGB 118240206
HSL0.450.800.70
HSV163°51°94°
CMYK 0.510.000.14   0.06
XYZ49.771970.628069.4018
Yxy70.62800.26220.3721
Hunter Lab84.0405-41.35659.8658
CIE-Lab87.3040-42.26315.9894

#76f0ce color RGB value is (118,240,206).

#76f0ce hex color red value is 118, green value is 240 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #76f0ce hue: 0.45 , saturation: 0.80 and the lightness value of 76f0ce is 0.70.

The process color (four color CMYK) of #76f0ce color hex is 0.51, 0.00, 0.14, 0.06. Web safe color of #76f0ce is #66ffcc. Color #76f0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11110000 11001110
Octal 166 360 316
Decimal 118 240 206
Hex 76 F0 CE

RGB Percentages of Color #76f0ce

%20.92
%42.55
%36.52

CMYK Percentages of Color #76f0ce

%51
%0
%14
%6

Triadic Colors of #76f0ce

#76f0ce #ce76f0 #f0ce76

Analogous Colors of #76f0ce

#76f0ce #76d5f0 #76f091

Monochromatic Colors of #76f0ce

#76f0ce

Complementary Color

#76f0ce #f07698

#76f0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76f0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#76f0ce Color CSS Codes

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

#76f0ce Text Font Color

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

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


#76f0ce Background Color

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

This div background color is #76f0ce


#76f0ce Border Color

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

This div border color is #76f0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76f0ce


Comments

No comments written yet.

Please login to write comment.