Color Hex Logo

#149aac Color Hex

#149AAC
(20,154,172)
0 Favorites   0 Comments

Color spaces of #149aac

RGB 20154172
HSL0.520.790.38
HSV187°88°67°
CMYK 0.880.100.00   0.33
XYZ19.290526.238543.0775
Yxy26.23850.21770.2961
Hunter Lab51.2235-22.4191-14.0047
CIE-Lab58.2627-26.2620-18.7836

#149aac color RGB value is (20,154,172).

#149aac hex color red value is 20, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #149aac hue: 0.52 , saturation: 0.79 and the lightness value of 149aac is 0.38.

The process color (four color CMYK) of #149aac color hex is 0.88, 0.10, 0.00, 0.33. Web safe color of #149aac is #009999. Color #149aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011010 10101100
Octal 24 232 254
Decimal 20 154 172
Hex 14 9A AC

RGB Percentages of Color #149aac

%5.78
%44.51
%49.71

CMYK Percentages of Color #149aac

%88
%10
%0
%33

Triadic Colors of #149aac

#149aac #ac149a #9aac14

Analogous Colors of #149aac

#149aac #144eac #14ac72

Monochromatic Colors of #149aac

#149aac

Complementary Color

#149aac #ac2614

#149aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#149aac Color CSS Codes

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

#149aac Text Font Color

<p style="color:#149aac">Text here</p>

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


#149aac Background Color

<div style="background-color:#149aac">
Div content here</div>

This div background color is #149aac


#149aac Border Color

<div style="border:3px solid #149aac">
Div here</div>

This div border color is #149aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,154,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #149aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #149aac;
  -webkit-box-shadow: 1px 1px 3px 2px #149aac;
  box-shadow:         1px 1px 3px 2px #149aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149aac


Comments

No comments written yet.

Please login to write comment.