Color Hex Logo

#76efba Color Hex

#76EFBA
(118,239,186)
0 Favorites   0 Comments

Color spaces of #76efba

RGB 118239186
HSL0.430.790.70
HSV154°51°94°
CMYK 0.510.000.22   0.06
XYZ47.200669.129757.3100
Yxy69.12970.27180.3981
Hunter Lab83.1443-44.168917.3334
CIE-Lab86.5682-46.155015.3613

#76efba color RGB value is (118,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101111 10111010
Octal 166 357 272
Decimal 118 239 186
Hex 76 EF BA

RGB Percentages of Color #76efba

%21.73
%44.01
%34.25

CMYK Percentages of Color #76efba

%51
%0
%22
%6

Triadic Colors of #76efba

#76efba #ba76ef #efba76

Analogous Colors of #76efba

#76efba #76e8ef #76ef7e

Monochromatic Colors of #76efba

#76efba

Complementary Color

#76efba #ef76ab

#76efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#76efba Color CSS Codes

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

#76efba Text Font Color

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

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


#76efba Background Color

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

This div background color is #76efba


#76efba Border Color

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

This div border color is #76efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76efba


Comments

No comments written yet.

Please login to write comment.