Color Hex Logo

#36babd Color Hex

#36BABD
(54,186,189)
0 Favorites   0 Comments

Color spaces of #36babd

RGB 54186189
HSL0.500.560.48
HSV181°71°74°
CMYK 0.710.020.00   0.26
XYZ28.265539.576254.2933
Yxy39.57620.23140.3240
Hunter Lab62.9096-29.8912-7.1327
CIE-Lab69.1666-33.3566-11.7570

#36babd color RGB value is (54,186,189).

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

The process color (four color CMYK) of #36babd color hex is 0.71, 0.02, 0.00, 0.26. Web safe color of #36babd is #33cccc. Color #36babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111010 10111101
Octal 66 272 275
Decimal 54 186 189
Hex 36 BA BD

RGB Percentages of Color #36babd

%12.59
%43.36
%44.06

CMYK Percentages of Color #36babd

%71
%2
%0
%26

Triadic Colors of #36babd

#36babd #bd36ba #babd36

Analogous Colors of #36babd

#36babd #3677bd #36bd7d

Monochromatic Colors of #36babd

#36babd

Complementary Color

#36babd #bd3936

#36babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#36babd Color CSS Codes

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

#36babd Text Font Color

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

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


#36babd Background Color

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

This div background color is #36babd


#36babd Border Color

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

This div border color is #36babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36babd


Comments

No comments written yet.

Please login to write comment.