Color Hex Logo

#149eb2 Color Hex

#149EB2
(20,158,178)
0 Favorites   0 Comments

Color spaces of #149eb2

RGB 20158178
HSL0.520.800.39
HSV188°89°70°
CMYK 0.890.110.00   0.30
XYZ20.551227.816846.4055
Yxy27.81680.21680.2935
Hunter Lab52.7416-22.7439-15.2480
CIE-Lab59.7229-26.2892-19.9537

#149eb2 color RGB value is (20,158,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011110 10110010
Octal 24 236 262
Decimal 20 158 178
Hex 14 9E B2

RGB Percentages of Color #149eb2

%5.62
%44.38
%50.00

CMYK Percentages of Color #149eb2

%89
%11
%0
%30

Triadic Colors of #149eb2

#149eb2 #b2149e #9eb214

Analogous Colors of #149eb2

#149eb2 #144fb2 #14b277

Monochromatic Colors of #149eb2

#149eb2

Complementary Color

#149eb2 #b22814

#149eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149eb2 Color CSS Codes

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

#149eb2 Text Font Color

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

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


#149eb2 Background Color

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

This div background color is #149eb2


#149eb2 Border Color

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

This div border color is #149eb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149eb2


Comments

No comments written yet.

Please login to write comment.