Color Hex Logo

#36beaa Color Hex

#36BEAA
(54,190,170)
0 Favorites   0 Comments

Color spaces of #36beaa

RGB 54190170
HSL0.480.560.48
HSV171°72°75°
CMYK 0.720.000.11   0.25
XYZ27.190540.513544.4170
Yxy40.51350.24250.3613
Hunter Lab63.6502-35.13513.1808
CIE-Lab69.8337-40.5178-0.3399

#36beaa color RGB value is (54,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111110 10101010
Octal 66 276 252
Decimal 54 190 170
Hex 36 BE AA

RGB Percentages of Color #36beaa

%13.04
%45.89
%41.06

CMYK Percentages of Color #36beaa

%72
%0
%11
%25

Triadic Colors of #36beaa

#36beaa #aa36be #beaa36

Analogous Colors of #36beaa

#36beaa #368ebe #36be66

Monochromatic Colors of #36beaa

#36beaa

Complementary Color

#36beaa #be364a

#36beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#36beaa Color CSS Codes

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

#36beaa Text Font Color

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

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


#36beaa Background Color

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

This div background color is #36beaa


#36beaa Border Color

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

This div border color is #36beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36beaa


Comments

No comments written yet.

Please login to write comment.