Color Hex Logo

#74eeaa Color Hex

#74EEAA
(116,238,170)
0 Favorites   0 Comments

Color spaces of #74eeaa

RGB 116238170
HSL0.410.780.69
HSV147°51°93°
CMYK 0.510.000.29   0.07
XYZ45.032767.764448.7366
Yxy67.76440.27880.4195
Hunter Lab82.3191-46.410022.5211
CIE-Lab85.8885-49.382322.6803

#74eeaa color RGB value is (116,238,170).

#74eeaa hex color red value is 116, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #74eeaa hue: 0.41 , saturation: 0.78 and the lightness value of 74eeaa is 0.69.

The process color (four color CMYK) of #74eeaa color hex is 0.51, 0.00, 0.29, 0.07. Web safe color of #74eeaa is #66ff99. Color #74eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101110 10101010
Octal 164 356 252
Decimal 116 238 170
Hex 74 EE AA

RGB Percentages of Color #74eeaa

%22.14
%45.42
%32.44

CMYK Percentages of Color #74eeaa

%51
%0
%29
%7

Triadic Colors of #74eeaa

#74eeaa #aa74ee #eeaa74

Analogous Colors of #74eeaa

#74eeaa #74eee7 #7bee74

Monochromatic Colors of #74eeaa

#74eeaa

Complementary Color

#74eeaa #ee74b8

#74eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74eeaa Color CSS Codes

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

#74eeaa Text Font Color

<p style="color:#74eeaa">Text here</p>

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


#74eeaa Background Color

<div style="background-color:#74eeaa">
Div content here</div>

This div background color is #74eeaa


#74eeaa Border Color

<div style="border:3px solid #74eeaa">
Div here</div>

This div border color is #74eeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,238,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74eeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74eeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #74eeaa;
  box-shadow:         1px 1px 3px 2px #74eeaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74eeaa


Comments

No comments written yet.

Please login to write comment.