Color Hex Logo

#74fe8d Color Hex

#74FE8D
(116,254,141)
0 Favorites   0 Comments

Color spaces of #74fe8d

RGB 116254141
HSL0.360.990.73
HSV131°54°100°
CMYK 0.540.000.44   0.00
XYZ47.452076.519737.4681
Yxy76.51970.29390.4740
Hunter Lab87.4755-56.253035.8374
CIE-Lab90.1001-60.676842.7799

#74fe8d color RGB value is (116,254,141).

#74fe8d hex color red value is 116, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #74fe8d hue: 0.36 , saturation: 0.99 and the lightness value of 74fe8d is 0.73.

The process color (four color CMYK) of #74fe8d color hex is 0.54, 0.00, 0.44, 0.00. Web safe color of #74fe8d is #66ff99. Color #74fe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111110 10001101
Octal 164 376 215
Decimal 116 254 141
Hex 74 FE 8D

RGB Percentages of Color #74fe8d

%22.70
%49.71
%27.59

CMYK Percentages of Color #74fe8d

%54
%0
%44
%0

Triadic Colors of #74fe8d

#74fe8d #8d74fe #fe8d74

Analogous Colors of #74fe8d

#74fe8d #74fed2 #a0fe74

Monochromatic Colors of #74fe8d

#74fe8d

Complementary Color

#74fe8d #fe74e5

#74fe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fe8d Color CSS Codes

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

#74fe8d Text Font Color

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

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


#74fe8d Background Color

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

This div background color is #74fe8d


#74fe8d Border Color

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

This div border color is #74fe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fe8d

Related Colors


Comments

No comments written yet.

Please login to write comment.