Color Hex Logo

#76efec Color Hex

#76EFEC
(118,239,236)
0 Favorites   0 Comments

Color spaces of #76efec

RGB 118239236
HSL0.500.790.70
HSV179°51°94°
CMYK 0.510.000.01   0.06
XYZ53.478071.640790.3663
Yxy71.64070.24820.3325
Hunter Lab84.6408-35.3411-4.0521
CIE-Lab87.7954-34.6167-8.9938

#76efec color RGB value is (118,239,236).

#76efec hex color red value is 118, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #76efec hue: 0.50 , saturation: 0.79 and the lightness value of 76efec is 0.70.

The process color (four color CMYK) of #76efec color hex is 0.51, 0.00, 0.01, 0.06. Web safe color of #76efec is #66ffff. Color #76efec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101111 11101100
Octal 166 357 354
Decimal 118 239 236
Hex 76 EF EC

RGB Percentages of Color #76efec

%19.90
%40.30
%39.80

CMYK Percentages of Color #76efec

%51
%0
%1
%6

Triadic Colors of #76efec

#76efec #ec76ef #efec76

Analogous Colors of #76efec

#76efec #76b6ef #76efb0

Monochromatic Colors of #76efec

#76efec

Complementary Color

#76efec #ef7679

#76efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#76efec Color CSS Codes

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

#76efec Text Font Color

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

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


#76efec Background Color

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

This div background color is #76efec


#76efec Border Color

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

This div border color is #76efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76efec


Comments

No comments written yet.

Please login to write comment.