Color Hex Logo

#36a58e Color Hex

#36A58E
(54,165,142)
0 Favorites   0 Comments

Color spaces of #36a58e

RGB 54165142
HSL0.470.510.43
HSV168°67°65°
CMYK 0.670.000.14   0.35
XYZ19.858929.647530.2671
Yxy29.64750.24890.3716
Hunter Lab54.4495-30.18395.1569
CIE-Lab61.3489-36.70622.8332

#36a58e color RGB value is (54,165,142).

#36a58e hex color red value is 54, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #36a58e hue: 0.47 , saturation: 0.51 and the lightness value of 36a58e is 0.43.

The process color (four color CMYK) of #36a58e color hex is 0.67, 0.00, 0.14, 0.35. Web safe color of #36a58e is #339999. Color #36a58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10100101 10001110
Octal 66 245 216
Decimal 54 165 142
Hex 36 A5 8E

RGB Percentages of Color #36a58e

%14.96
%45.71
%39.34

CMYK Percentages of Color #36a58e

%67
%0
%14
%35

Triadic Colors of #36a58e

#36a58e #8e36a5 #a58e36

Analogous Colors of #36a58e

#36a58e #3685a5 #36a557

Monochromatic Colors of #36a58e

#36a58e

Complementary Color

#36a58e #a5364d

#36a58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36a58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#36a58e Color CSS Codes

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

#36a58e Text Font Color

<p style="color:#36a58e">Text here</p>

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


#36a58e Background Color

<div style="background-color:#36a58e">
Div content here</div>

This div background color is #36a58e


#36a58e Border Color

<div style="border:3px solid #36a58e">
Div here</div>

This div border color is #36a58e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,165,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36a58e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36a58e;
  -webkit-box-shadow: 1px 1px 3px 2px #36a58e;
  box-shadow:         1px 1px 3px 2px #36a58e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,165,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36a58e


Comments

No comments written yet.

Please login to write comment.