Color Hex Logo

#76eeee Color Hex

#76EEEE
(118,238,238)
0 Favorites   0 Comments

Color spaces of #76eeee

RGB 118238238
HSL0.500.780.70
HSV180°50°93°
CMYK 0.500.000.00   0.07
XYZ53.478471.173791.8082
Yxy71.17370.24710.3288
Hunter Lab84.3645-34.4873-5.4662
CIE-Lab87.5693-33.6414-10.3779

#76eeee color RGB value is (118,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101110 11101110
Octal 166 356 356
Decimal 118 238 238
Hex 76 EE EE

RGB Percentages of Color #76eeee

%19.87
%40.07
%40.07

CMYK Percentages of Color #76eeee

%50
%0
%0
%7

Triadic Colors of #76eeee

#76eeee #ee76ee #eeee76

Analogous Colors of #76eeee

#76eeee #76b2ee #76eeb2

Monochromatic Colors of #76eeee

#76eeee

Complementary Color

#76eeee #ee7676

#76eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eeee Color CSS Codes

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

#76eeee Text Font Color

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

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


#76eeee Background Color

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

This div background color is #76eeee


#76eeee Border Color

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

This div border color is #76eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eeee


Comments

No comments written yet.

Please login to write comment.