Color Hex Logo

#76eecf Color Hex

#76EECF
(118,238,207)
0 Favorites   0 Comments

Color spaces of #76eecf

RGB 118238207
HSL0.460.780.70
HSV165°50°93°
CMYK 0.500.000.13   0.07
XYZ49.308269.505669.8486
Yxy69.50560.26140.3684
Hunter Lab83.3700-40.32588.6850
CIE-Lab86.7538-41.14724.6723

#76eecf color RGB value is (118,238,207).

#76eecf hex color red value is 118, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #76eecf hue: 0.46 , saturation: 0.78 and the lightness value of 76eecf is 0.70.

The process color (four color CMYK) of #76eecf color hex is 0.50, 0.00, 0.13, 0.07. Web safe color of #76eecf is #66ffcc. Color #76eecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101110 11001111
Octal 166 356 317
Decimal 118 238 207
Hex 76 EE CF

RGB Percentages of Color #76eecf

%20.96
%42.27
%36.77

CMYK Percentages of Color #76eecf

%50
%0
%13
%7

Triadic Colors of #76eecf

#76eecf #cf76ee #eecf76

Analogous Colors of #76eecf

#76eecf #76d1ee #76ee93

Monochromatic Colors of #76eecf

#76eecf

Complementary Color

#76eecf #ee7695

#76eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eecf Color CSS Codes

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

#76eecf Text Font Color

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

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


#76eecf Background Color

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

This div background color is #76eecf


#76eecf Border Color

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

This div border color is #76eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eecf


Comments

No comments written yet.

Please login to write comment.