Color Hex Logo

#5ac368 Color Hex

#5AC368
(90,195,104)
0 Favorites   0 Comments

Color spaces of #5ac368

RGB 90195104
HSL0.360.470.56
HSV128°54°76°
CMYK 0.540.000.47   0.24
XYZ26.230242.203319.8603
Yxy42.20330.29710.4780
Hunter Lab64.9641-41.615127.3492
CIE-Lab71.0109-49.516836.5947

#5ac368 color RGB value is (90,195,104).

#5ac368 hex color red value is 90, green value is 195 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #5ac368 hue: 0.36 , saturation: 0.47 and the lightness value of 5ac368 is 0.56.

The process color (four color CMYK) of #5ac368 color hex is 0.54, 0.00, 0.47, 0.24. Web safe color of #5ac368 is #66cc66. Color #5ac368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11000011 01101000
Octal 132 303 150
Decimal 90 195 104
Hex 5A C3 68

RGB Percentages of Color #5ac368

%23.14
%50.13
%26.74

CMYK Percentages of Color #5ac368

%54
%0
%47
%24

Triadic Colors of #5ac368

#5ac368 #685ac3 #c3685a

Analogous Colors of #5ac368

#5ac368 #5ac39d #81c35a

Monochromatic Colors of #5ac368

#5ac368

Complementary Color

#5ac368 #c35ab5

#5ac368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac368 Color CSS Codes

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

#5ac368 Text Font Color

<p style="color:#5ac368">Text here</p>

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


#5ac368 Background Color

<div style="background-color:#5ac368">
Div content here</div>

This div background color is #5ac368


#5ac368 Border Color

<div style="border:3px solid #5ac368">
Div here</div>

This div border color is #5ac368


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,195,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ac368; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ac368;
  -webkit-box-shadow: 1px 1px 3px 2px #5ac368;
  box-shadow:         1px 1px 3px 2px #5ac368; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,195,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 #5ac368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac368


Comments

No comments written yet.

Please login to write comment.