Color Hex Logo

#36aabb Color Hex

#36AABB
(54,170,187)
0 Favorites   0 Comments

Color spaces of #36aabb

RGB 54170187
HSL0.520.550.47
HSV188°71°73°
CMYK 0.710.090.00   0.27
XYZ24.865733.121652.0963
Yxy33.12160.22590.3009
Hunter Lab57.5514-23.5920-13.3842
CIE-Lab64.2592-26.1605-18.0492

#36aabb color RGB value is (54,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101010 10111011
Octal 66 252 273
Decimal 54 170 187
Hex 36 AA BB

RGB Percentages of Color #36aabb

%13.14
%41.36
%45.50

CMYK Percentages of Color #36aabb

%71
%9
%0
%27

Triadic Colors of #36aabb

#36aabb #bb36aa #aabb36

Analogous Colors of #36aabb

#36aabb #3668bb #36bb8a

Monochromatic Colors of #36aabb

#36aabb

Complementary Color

#36aabb #bb4736

#36aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36aabb Color CSS Codes

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

#36aabb Text Font Color

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

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


#36aabb Background Color

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

This div background color is #36aabb


#36aabb Border Color

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

This div border color is #36aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36aabb


Comments

No comments written yet.

Please login to write comment.