Color Hex Logo

#149eb1 Color Hex

#149EB1
(20,158,177)
0 Favorites   0 Comments

Color spaces of #149eb1

RGB 20158177
HSL0.520.800.39
HSV187°89°69°
CMYK 0.890.110.00   0.31
XYZ20.451227.776845.8785
Yxy27.77680.21730.2952
Hunter Lab52.7037-22.9661-14.7193
CIE-Lab59.6866-26.6202-19.4444

#149eb1 color RGB value is (20,158,177).

#149eb1 hex color red value is 20, green value is 158 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #149eb1 hue: 0.52 , saturation: 0.80 and the lightness value of 149eb1 is 0.39.

The process color (four color CMYK) of #149eb1 color hex is 0.89, 0.11, 0.00, 0.31. Web safe color of #149eb1 is #009999. Color #149eb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011110 10110001
Octal 24 236 261
Decimal 20 158 177
Hex 14 9E B1

RGB Percentages of Color #149eb1

%5.63
%44.51
%49.86

CMYK Percentages of Color #149eb1

%89
%11
%0
%31

Triadic Colors of #149eb1

#149eb1 #b1149e #9eb114

Analogous Colors of #149eb1

#149eb1 #1450b1 #14b176

Monochromatic Colors of #149eb1

#149eb1

Complementary Color

#149eb1 #b12714

#149eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149eb1 Color CSS Codes

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

#149eb1 Text Font Color

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

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


#149eb1 Background Color

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

This div background color is #149eb1


#149eb1 Border Color

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

This div border color is #149eb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149eb1


Comments

No comments written yet.

Please login to write comment.