Color Hex Logo

#74e286 Color Hex

#74E286
(116,226,134)
0 Favorites   0 Comments

Color spaces of #74e286

RGB 116226134
HSL0.360.650.67
HSV130°49°89°
CMYK 0.490.000.41   0.11
XYZ38.701959.826932.0622
Yxy59.82690.29640.4581
Hunter Lab77.3479-46.044229.5666
CIE-Lab81.7440-50.713935.4661

#74e286 color RGB value is (116,226,134).

#74e286 hex color red value is 116, green value is 226 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #74e286 hue: 0.36 , saturation: 0.65 and the lightness value of 74e286 is 0.67.

The process color (four color CMYK) of #74e286 color hex is 0.49, 0.00, 0.41, 0.11. Web safe color of #74e286 is #66cc99. Color #74e286 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11100010 10000110
Octal 164 342 206
Decimal 116 226 134
Hex 74 E2 86

RGB Percentages of Color #74e286

%24.37
%47.48
%28.15

CMYK Percentages of Color #74e286

%49
%0
%41
%11

Triadic Colors of #74e286

#74e286 #8674e2 #e28674

Analogous Colors of #74e286

#74e286 #74e2bd #99e274

Monochromatic Colors of #74e286

#74e286

Complementary Color

#74e286 #e274d0

#74e286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74e286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74e286 Color CSS Codes

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

#74e286 Text Font Color

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

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


#74e286 Background Color

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

This div background color is #74e286


#74e286 Border Color

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

This div border color is #74e286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74e286


Comments

No comments written yet.

Please login to write comment.