Color Hex Logo

#74ecaa Color Hex

#74ECAA
(116,236,170)
0 Favorites   0 Comments

Color spaces of #74ecaa

RGB 116236170
HSL0.410.760.69
HSV147°51°93°
CMYK 0.510.000.28   0.07
XYZ44.453666.606248.5435
Yxy66.60620.27850.4173
Hunter Lab81.6126-45.594921.8629
CIE-Lab85.3047-48.544021.8760

#74ecaa color RGB value is (116,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101100 10101010
Octal 164 354 252
Decimal 116 236 170
Hex 74 EC AA

RGB Percentages of Color #74ecaa

%22.22
%45.21
%32.57

CMYK Percentages of Color #74ecaa

%51
%0
%28
%7

Triadic Colors of #74ecaa

#74ecaa #aa74ec #ecaa74

Analogous Colors of #74ecaa

#74ecaa #74ece6 #7aec74

Monochromatic Colors of #74ecaa

#74ecaa

Complementary Color

#74ecaa #ec74b6

#74ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ecaa Color CSS Codes

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

#74ecaa Text Font Color

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

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


#74ecaa Background Color

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

This div background color is #74ecaa


#74ecaa Border Color

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

This div border color is #74ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ecaa


Comments

No comments written yet.

Please login to write comment.