Color Hex Logo

#74f8aa Color Hex

#74F8AA
(116,248,170)
0 Favorites   0 Comments

Color spaces of #74f8aa

RGB 116248170
HSL0.400.900.71
HSV145°53°97°
CMYK 0.530.000.31   0.03
XYZ48.025673.750149.7342
Yxy73.75010.28000.4300
Hunter Lab85.8779-50.463525.7781
CIE-Lab88.8042-53.499426.6706

#74f8aa color RGB value is (116,248,170).

#74f8aa hex color red value is 116, green value is 248 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #74f8aa hue: 0.40 , saturation: 0.90 and the lightness value of 74f8aa is 0.71.

The process color (four color CMYK) of #74f8aa color hex is 0.53, 0.00, 0.31, 0.03. Web safe color of #74f8aa is #66ff99. Color #74f8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111000 10101010
Octal 164 370 252
Decimal 116 248 170
Hex 74 F8 AA

RGB Percentages of Color #74f8aa

%21.72
%46.44
%31.84

CMYK Percentages of Color #74f8aa

%53
%0
%31
%3

Triadic Colors of #74f8aa

#74f8aa #aa74f8 #f8aa74

Analogous Colors of #74f8aa

#74f8aa #74f8ec #80f874

Monochromatic Colors of #74f8aa

#74f8aa

Complementary Color

#74f8aa #f874c2

#74f8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74f8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74f8aa Color CSS Codes

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

#74f8aa Text Font Color

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

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


#74f8aa Background Color

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

This div background color is #74f8aa


#74f8aa Border Color

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

This div border color is #74f8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74f8aa


Comments

No comments written yet.

Please login to write comment.