Color Hex Logo

#76edcf Color Hex

#76EDCF
(118,237,207)
0 Favorites   0 Comments

Color spaces of #76edcf

RGB 118237207
HSL0.460.770.70
HSV165°50°93°
CMYK 0.500.000.13   0.07
XYZ49.017968.924969.7518
Yxy68.92490.26120.3672
Hunter Lab83.0210-39.89558.3010
CIE-Lab86.4668-40.70034.2572

#76edcf color RGB value is (118,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101101 11001111
Octal 166 355 317
Decimal 118 237 207
Hex 76 ED CF

RGB Percentages of Color #76edcf

%21.00
%42.17
%36.83

CMYK Percentages of Color #76edcf

%50
%0
%13
%7

Triadic Colors of #76edcf

#76edcf #cf76ed #edcf76

Analogous Colors of #76edcf

#76edcf #76d0ed #76ed94

Monochromatic Colors of #76edcf

#76edcf

Complementary Color

#76edcf #ed7694

#76edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76edcf Color CSS Codes

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

#76edcf Text Font Color

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

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


#76edcf Background Color

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

This div background color is #76edcf


#76edcf Border Color

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

This div border color is #76edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76edcf


Comments

No comments written yet.

Please login to write comment.