Color Hex Logo

#76ebde Color Hex

#76EBDE
(118,235,222)
0 Favorites   0 Comments

Color spaces of #76ebde

RGB 118235222
HSL0.480.750.69
HSV173°50°92°
CMYK 0.500.000.06   0.08
XYZ50.364468.542179.6827
Yxy68.54210.25360.3451
Hunter Lab82.7902-36.29440.8885
CIE-Lab86.2768-36.2428-3.8924

#76ebde color RGB value is (118,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101011 11011110
Octal 166 353 336
Decimal 118 235 222
Hex 76 EB DE

RGB Percentages of Color #76ebde

%20.52
%40.87
%38.61

CMYK Percentages of Color #76ebde

%50
%0
%6
%8

Triadic Colors of #76ebde

#76ebde #de76eb #ebde76

Analogous Colors of #76ebde

#76ebde #76beeb #76eba4

Monochromatic Colors of #76ebde

#76ebde

Complementary Color

#76ebde #eb7683

#76ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ebde Color CSS Codes

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

#76ebde Text Font Color

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

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


#76ebde Background Color

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

This div background color is #76ebde


#76ebde Border Color

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

This div border color is #76ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ebde


Comments

No comments written yet.

Please login to write comment.