Color Hex Logo

#149bad Color Hex

#149BAD
(20,155,173)
0 Favorites   0 Comments

Color spaces of #149bad

RGB 20155173
HSL0.520.790.38
HSV187°88°68°
CMYK 0.880.100.00   0.32
XYZ19.552726.608543.6406
Yxy26.60850.21770.2963
Hunter Lab51.5834-22.6106-14.0521
CIE-Lab58.6102-26.4343-18.8215

#149bad color RGB value is (20,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011011 10101101
Octal 24 233 255
Decimal 20 155 173
Hex 14 9B AD

RGB Percentages of Color #149bad

%5.75
%44.54
%49.71

CMYK Percentages of Color #149bad

%88
%10
%0
%32

Triadic Colors of #149bad

#149bad #ad149b #9bad14

Analogous Colors of #149bad

#149bad #144fad #14ad73

Monochromatic Colors of #149bad

#149bad

Complementary Color

#149bad #ad2614

#149bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#149bad Color CSS Codes

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

#149bad Text Font Color

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

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


#149bad Background Color

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

This div background color is #149bad


#149bad Border Color

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

This div border color is #149bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149bad


Comments

No comments written yet.

Please login to write comment.