Color Hex Logo

#74eaaa Color Hex

#74EAAA
(116,234,170)
0 Favorites   0 Comments

Color spaces of #74eaaa

RGB 116234170
HSL0.410.740.69
HSV147°50°92°
CMYK 0.500.000.27   0.08
XYZ43.881065.460948.3527
Yxy65.46090.27830.4151
Hunter Lab80.9079-44.778121.2023
CIE-Lab84.7207-47.700321.0696

#74eaaa color RGB value is (116,234,170).

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

The process color (four color CMYK) of #74eaaa color hex is 0.50, 0.00, 0.27, 0.08. Web safe color of #74eaaa is #66ff99. Color #74eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101010 10101010
Octal 164 352 252
Decimal 116 234 170
Hex 74 EA AA

RGB Percentages of Color #74eaaa

%22.31
%45.00
%32.69

CMYK Percentages of Color #74eaaa

%50
%0
%27
%8

Triadic Colors of #74eaaa

#74eaaa #aa74ea #eaaa74

Analogous Colors of #74eaaa

#74eaaa #74eae5 #79ea74

Monochromatic Colors of #74eaaa

#74eaaa

Complementary Color

#74eaaa #ea74b4

#74eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74eaaa Color CSS Codes

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

#74eaaa Text Font Color

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

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


#74eaaa Background Color

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

This div background color is #74eaaa


#74eaaa Border Color

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

This div border color is #74eaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,234,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 #74eaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74eaaa


Comments

No comments written yet.

Please login to write comment.