Color Hex Logo

#76ebcf Color Hex

#76EBCF
(118,235,207)
0 Favorites   0 Comments

Color spaces of #76ebcf

RGB 118235207
HSL0.460.750.69
HSV166°50°92°
CMYK 0.500.000.12   0.08
XYZ48.442067.773269.5599
Yxy67.77320.26080.3648
Hunter Lab82.3245-39.03357.5302
CIE-Lab85.8929-39.80303.4260

#76ebcf color RGB value is (118,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101011 11001111
Octal 166 353 317
Decimal 118 235 207
Hex 76 EB CF

RGB Percentages of Color #76ebcf

%21.07
%41.96
%36.96

CMYK Percentages of Color #76ebcf

%50
%0
%12
%8

Triadic Colors of #76ebcf

#76ebcf #cf76eb #ebcf76

Analogous Colors of #76ebcf

#76ebcf #76cdeb #76eb95

Monochromatic Colors of #76ebcf

#76ebcf

Complementary Color

#76ebcf #eb7692

#76ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ebcf Color CSS Codes

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

#76ebcf Text Font Color

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

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


#76ebcf Background Color

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

This div background color is #76ebcf


#76ebcf Border Color

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

This div border color is #76ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ebcf


Comments

No comments written yet.

Please login to write comment.