Color Hex Logo

#76efde Color Hex

#76EFDE
(118,239,222)
0 Favorites   0 Comments

Color spaces of #76efde

RGB 118239222
HSL0.480.790.70
HSV172°51°94°
CMYK 0.510.000.07   0.06
XYZ51.522570.858580.0688
Yxy70.85850.25450.3500
Hunter Lab84.1775-38.05622.5282
CIE-Lab87.4162-38.0763-2.2186

#76efde color RGB value is (118,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101111 11011110
Octal 166 357 336
Decimal 118 239 222
Hex 76 EF DE

RGB Percentages of Color #76efde

%20.38
%41.28
%38.34

CMYK Percentages of Color #76efde

%51
%0
%7
%6

Triadic Colors of #76efde

#76efde #de76ef #efde76

Analogous Colors of #76efde

#76efde #76c4ef #76efa2

Monochromatic Colors of #76efde

#76efde

Complementary Color

#76efde #ef7687

#76efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76efde Color CSS Codes

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

#76efde Text Font Color

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

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


#76efde Background Color

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

This div background color is #76efde


#76efde Border Color

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

This div border color is #76efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76efde


Comments

No comments written yet.

Please login to write comment.