Color Hex Logo

#74ea68 Color Hex

#74EA68
(116,234,104)
0 Favorites   0 Comments

Color spaces of #74ea68

RGB 116234104
HSL0.320.760.66
HSV114°56°92°
CMYK 0.500.000.56   0.08
XYZ39.124063.558123.3026
Yxy63.55810.31050.5045
Hunter Lab79.7233-51.917538.4763
CIE-Lab83.7352-57.954052.3259

#74ea68 color RGB value is (116,234,104).

#74ea68 hex color red value is 116, green value is 234 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #74ea68 hue: 0.32 , saturation: 0.76 and the lightness value of 74ea68 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101010 01101000
Octal 164 352 150
Decimal 116 234 104
Hex 74 EA 68

RGB Percentages of Color #74ea68

%25.55
%51.54
%22.91

CMYK Percentages of Color #74ea68

%50
%0
%56
%8

Triadic Colors of #74ea68

#74ea68 #6874ea #ea6874

Analogous Colors of #74ea68

#74ea68 #68ea9d #b5ea68

Monochromatic Colors of #74ea68

#74ea68

Complementary Color

#74ea68 #de68ea

#74ea68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ea68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ea68 Color CSS Codes

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

#74ea68 Text Font Color

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

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


#74ea68 Background Color

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

This div background color is #74ea68


#74ea68 Border Color

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

This div border color is #74ea68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ea68


Comments

No comments written yet.

Please login to write comment.