Color Hex Logo

#36adaa Color Hex

#36ADAA
(54,173,170)
0 Favorites   0 Comments

Color spaces of #36adaa

RGB 54173170
HSL0.500.520.45
HSV178°69°68°
CMYK 0.690.000.02   0.32
XYZ23.720633.573743.2604
Yxy33.57370.23590.3339
Hunter Lab57.9428-28.3257-3.7062
CIE-Lab64.6228-32.7136-8.0255

#36adaa color RGB value is (54,173,170).

#36adaa hex color red value is 54, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #36adaa hue: 0.50 , saturation: 0.52 and the lightness value of 36adaa is 0.45.

The process color (four color CMYK) of #36adaa color hex is 0.69, 0.00, 0.02, 0.32. Web safe color of #36adaa is #339999. Color #36adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101101 10101010
Octal 66 255 252
Decimal 54 173 170
Hex 36 AD AA

RGB Percentages of Color #36adaa

%13.60
%43.58
%42.82

CMYK Percentages of Color #36adaa

%69
%0
%2
%32

Triadic Colors of #36adaa

#36adaa #aa36ad #adaa36

Analogous Colors of #36adaa

#36adaa #3675ad #36ad6f

Monochromatic Colors of #36adaa

#36adaa

Complementary Color

#36adaa #ad3639

#36adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#36adaa Color CSS Codes

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

#36adaa Text Font Color

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

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


#36adaa Background Color

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

This div background color is #36adaa


#36adaa Border Color

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

This div border color is #36adaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,173,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 #36adaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36adaa


Comments

No comments written yet.

Please login to write comment.