Color Hex Logo

#76ebea Color Hex

#76EBEA
(118,235,234)
0 Favorites   0 Comments

Color spaces of #76ebea

RGB 118235234
HSL0.500.750.69
HSV179°50°92°
CMYK 0.500.000.00   0.08
XYZ52.030869.208788.4582
Yxy69.20870.24810.3300
Hunter Lab83.1918-33.9460-4.8091
CIE-Lab86.6073-33.2533-9.7099

#76ebea color RGB value is (118,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101011 11101010
Octal 166 353 352
Decimal 118 235 234
Hex 76 EB EA

RGB Percentages of Color #76ebea

%20.10
%40.03
%39.86

CMYK Percentages of Color #76ebea

%50
%0
%0
%8

Triadic Colors of #76ebea

#76ebea #ea76eb #ebea76

Analogous Colors of #76ebea

#76ebea #76b2eb #76ebb0

Monochromatic Colors of #76ebea

#76ebea

Complementary Color

#76ebea #eb7677

#76ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ebea Color CSS Codes

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

#76ebea Text Font Color

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

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


#76ebea Background Color

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

This div background color is #76ebea


#76ebea Border Color

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

This div border color is #76ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ebea


Comments

No comments written yet.

Please login to write comment.