Color Hex Logo

#13aabb Color Hex

#13AABB
(19,170,187)
0 Favorites   0 Comments

Color spaces of #13aabb

RGB 19170187
HSL0.520.820.40
HSV186°90°73°
CMYK 0.900.090.00   0.27
XYZ23.612932.475852.0376
Yxy32.47580.21840.3004
Hunter Lab56.9875-25.7664-14.2488
CIE-Lab63.7342-29.3607-18.8957

#13aabb color RGB value is (19,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101010 10111011
Octal 23 252 273
Decimal 19 170 187
Hex 13 AA BB

RGB Percentages of Color #13aabb

%5.05
%45.21
%49.73

CMYK Percentages of Color #13aabb

%90
%9
%0
%27

Triadic Colors of #13aabb

#13aabb #bb13aa #aabb13

Analogous Colors of #13aabb

#13aabb #1356bb #13bb78

Monochromatic Colors of #13aabb

#13aabb

Complementary Color

#13aabb #bb2413

#13aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aabb Color CSS Codes

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

#13aabb Text Font Color

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

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


#13aabb Background Color

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

This div background color is #13aabb


#13aabb Border Color

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

This div border color is #13aabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #13aabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aabb


Comments

No comments written yet.

Please login to write comment.