Color Hex Logo

#36aada Color Hex

#36AADA
(54,170,218)
0 Favorites   0 Comments

Color spaces of #36aada

RGB 54170218
HSL0.550.690.53
HSV198°75°85°
CMYK 0.750.220.00   0.15
XYZ28.550934.595771.5025
Yxy34.59570.21200.2569
Hunter Lab58.8181-16.2860-30.9035
CIE-Lab65.4327-16.1425-33.4391

#36aada color RGB value is (54,170,218).

#36aada hex color red value is 54, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #36aada hue: 0.55 , saturation: 0.69 and the lightness value of 36aada is 0.53.

The process color (four color CMYK) of #36aada color hex is 0.75, 0.22, 0.00, 0.15. Web safe color of #36aada is #3399cc. Color #36aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101010 11011010
Octal 66 252 332
Decimal 54 170 218
Hex 36 AA DA

RGB Percentages of Color #36aada

%12.22
%38.46
%49.32

CMYK Percentages of Color #36aada

%75
%22
%0
%15

Triadic Colors of #36aada

#36aada #da36aa #aada36

Analogous Colors of #36aada

#36aada #3658da #36dab8

Monochromatic Colors of #36aada

#36aada

Complementary Color

#36aada #da6636

#36aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#36aada Color CSS Codes

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

#36aada Text Font Color

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

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


#36aada Background Color

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

This div background color is #36aada


#36aada Border Color

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

This div border color is #36aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36aada


Comments

No comments written yet.

Please login to write comment.