Color Hex Logo

#36adbd Color Hex

#36ADBD
(54,173,189)
0 Favorites   0 Comments

Color spaces of #36adbd

RGB 54173189
HSL0.520.560.48
HSV187°71°74°
CMYK 0.710.080.00   0.26
XYZ25.650234.345553.4216
Yxy34.34550.22620.3028
Hunter Lab58.6050-24.4331-13.0225
CIE-Lab65.2359-27.0419-17.6807

#36adbd color RGB value is (54,173,189).

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

The process color (four color CMYK) of #36adbd color hex is 0.71, 0.08, 0.00, 0.26. Web safe color of #36adbd is #3399cc. Color #36adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101101 10111101
Octal 66 255 275
Decimal 54 173 189
Hex 36 AD BD

RGB Percentages of Color #36adbd

%12.98
%41.59
%45.43

CMYK Percentages of Color #36adbd

%71
%8
%0
%26

Triadic Colors of #36adbd

#36adbd #bd36ad #adbd36

Analogous Colors of #36adbd

#36adbd #366abd #36bd8a

Monochromatic Colors of #36adbd

#36adbd

Complementary Color

#36adbd #bd4636

#36adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#36adbd Color CSS Codes

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

#36adbd Text Font Color

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

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


#36adbd Background Color

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

This div background color is #36adbd


#36adbd Border Color

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

This div border color is #36adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36adbd


Comments

No comments written yet.

Please login to write comment.