Color Hex Logo

#149bbe Color Hex

#149BBE
(20,155,190)
0 Favorites   0 Comments

Color spaces of #149bbe

RGB 20155190
HSL0.530.810.41
HSV192°89°75°
CMYK 0.890.180.00   0.25
XYZ21.304127.309152.8635
Yxy27.30910.20990.2691
Hunter Lab52.2581-18.6825-23.3962
CIE-Lab59.2593-20.6703-27.4338

#149bbe color RGB value is (20,155,190).

#149bbe hex color red value is 20, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #149bbe hue: 0.53 , saturation: 0.81 and the lightness value of 149bbe is 0.41.

The process color (four color CMYK) of #149bbe color hex is 0.89, 0.18, 0.00, 0.25. Web safe color of #149bbe is #0099cc. Color #149bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011011 10111110
Octal 24 233 276
Decimal 20 155 190
Hex 14 9B BE

RGB Percentages of Color #149bbe

%5.48
%42.47
%52.05

CMYK Percentages of Color #149bbe

%89
%18
%0
%25

Triadic Colors of #149bbe

#149bbe #be149b #9bbe14

Analogous Colors of #149bbe

#149bbe #1446be #14be8c

Monochromatic Colors of #149bbe

#149bbe

Complementary Color

#149bbe #be3714

#149bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#149bbe Color CSS Codes

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

#149bbe Text Font Color

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

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


#149bbe Background Color

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

This div background color is #149bbe


#149bbe Border Color

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

This div border color is #149bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149bbe


Comments

No comments written yet.

Please login to write comment.