Color Hex Logo

#76ebda Color Hex

#76EBDA
(118,235,218)
0 Favorites   0 Comments

Color spaces of #76ebda

RGB 118235218
HSL0.480.750.69
HSV171°50°92°
CMYK 0.500.000.07   0.08
XYZ49.834468.330276.8922
Yxy68.33020.25550.3503
Hunter Lab82.6621-37.04652.7120
CIE-Lab86.1713-37.2123-1.9454

#76ebda color RGB value is (118,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101011 11011010
Octal 166 353 332
Decimal 118 235 218
Hex 76 EB DA

RGB Percentages of Color #76ebda

%20.67
%41.16
%38.18

CMYK Percentages of Color #76ebda

%50
%0
%7
%8

Triadic Colors of #76ebda

#76ebda #da76eb #ebda76

Analogous Colors of #76ebda

#76ebda #76c2eb #76eba0

Monochromatic Colors of #76ebda

#76ebda

Complementary Color

#76ebda #eb7687

#76ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ebda Color CSS Codes

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

#76ebda Text Font Color

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

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


#76ebda Background Color

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

This div background color is #76ebda


#76ebda Border Color

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

This div border color is #76ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ebda


Comments

No comments written yet.

Please login to write comment.