Color Hex Logo

#1482aa Color Hex

#1482AA
(20,130,170)
0 Favorites   0 Comments

Color spaces of #1482aa

RGB 20130170
HSL0.540.790.37
HSV196°88°67°
CMYK 0.880.240.00   0.33
XYZ15.526819.016340.8824
Yxy19.01630.20590.2521
Hunter Lab43.6077-12.7574-25.0593
CIE-Lab50.7063-14.1988-29.2745

#1482aa color RGB value is (20,130,170).

#1482aa hex color red value is 20, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1482aa hue: 0.54 , saturation: 0.79 and the lightness value of 1482aa is 0.37.

The process color (four color CMYK) of #1482aa color hex is 0.88, 0.24, 0.00, 0.33. Web safe color of #1482aa is #009999. Color #1482aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000010 10101010
Octal 24 202 252
Decimal 20 130 170
Hex 14 82 AA

RGB Percentages of Color #1482aa

%6.25
%40.63
%53.13

CMYK Percentages of Color #1482aa

%88
%24
%0
%33

Triadic Colors of #1482aa

#1482aa #aa1482 #82aa14

Analogous Colors of #1482aa

#1482aa #1437aa #14aa87

Monochromatic Colors of #1482aa

#1482aa

Complementary Color

#1482aa #aa3c14

#1482aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1482aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1482aa Color CSS Codes

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

#1482aa Text Font Color

<p style="color:#1482aa">Text here</p>

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


#1482aa Background Color

<div style="background-color:#1482aa">
Div content here</div>

This div background color is #1482aa


#1482aa Border Color

<div style="border:3px solid #1482aa">
Div here</div>

This div border color is #1482aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,130,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1482aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1482aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1482aa;
  box-shadow:         1px 1px 3px 2px #1482aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1482aa


Comments

No comments written yet.

Please login to write comment.