Color Hex Logo

#36baad Color Hex

#36BAAD
(54,186,173)
0 Favorites   0 Comments

Color spaces of #36baad

RGB 54186173
HSL0.480.550.47
HSV174°71°73°
CMYK 0.710.000.07   0.27
XYZ26.623138.919245.6441
Yxy38.91920.23940.3500
Hunter Lab62.3853-32.99880.2902
CIE-Lab68.6927-37.9074-3.6608

#36baad color RGB value is (54,186,173).

#36baad hex color red value is 54, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #36baad hue: 0.48 , saturation: 0.55 and the lightness value of 36baad is 0.47.

The process color (four color CMYK) of #36baad color hex is 0.71, 0.00, 0.07, 0.27. Web safe color of #36baad is #33cc99. Color #36baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111010 10101101
Octal 66 272 255
Decimal 54 186 173
Hex 36 BA AD

RGB Percentages of Color #36baad

%13.08
%45.04
%41.89

CMYK Percentages of Color #36baad

%71
%0
%7
%27

Triadic Colors of #36baad

#36baad #ad36ba #baad36

Analogous Colors of #36baad

#36baad #3685ba #36ba6b

Monochromatic Colors of #36baad

#36baad

Complementary Color

#36baad #ba3643

#36baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#36baad Color CSS Codes

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

#36baad Text Font Color

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

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


#36baad Background Color

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

This div background color is #36baad


#36baad Border Color

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

This div border color is #36baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36baad


Comments

No comments written yet.

Please login to write comment.