Color Hex Logo

#36be7e Color Hex

#36BE7E
(54,190,126)
0 Favorites   0 Comments

Color spaces of #36be7e

RGB 54190126
HSL0.420.560.48
HSV152°72°75°
CMYK 0.720.000.34   0.25
XYZ23.700739.117526.0399
Yxy39.11750.26670.4402
Hunter Lab62.5440-41.810419.0957
CIE-Lab68.8363-50.963422.1262

#36be7e color RGB value is (54,190,126).

#36be7e hex color red value is 54, green value is 190 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #36be7e hue: 0.42 , saturation: 0.56 and the lightness value of 36be7e is 0.48.

The process color (four color CMYK) of #36be7e color hex is 0.72, 0.00, 0.34, 0.25. Web safe color of #36be7e is #33cc66. Color #36be7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111110 01111110
Octal 66 276 176
Decimal 54 190 126
Hex 36 BE 7E

RGB Percentages of Color #36be7e

%14.59
%51.35
%34.05

CMYK Percentages of Color #36be7e

%72
%0
%34
%25

Triadic Colors of #36be7e

#36be7e #7e36be #be7e36

Analogous Colors of #36be7e

#36be7e #36babe #36be3a

Monochromatic Colors of #36be7e

#36be7e

Complementary Color

#36be7e #be3676

#36be7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36be7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#36be7e Color CSS Codes

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

#36be7e Text Font Color

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

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


#36be7e Background Color

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

This div background color is #36be7e


#36be7e Border Color

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

This div border color is #36be7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36be7e


Comments

No comments written yet.

Please login to write comment.