Color Hex Logo

#149ebe Color Hex

#149EBE
(20,158,190)
0 Favorites   0 Comments

Color spaces of #149ebe

RGB 20158190
HSL0.530.810.41
HSV191°89°75°
CMYK 0.890.170.00   0.25
XYZ21.809628.320153.0320
Yxy28.32010.21140.2745
Hunter Lab53.2166-19.9750-21.8327
CIE-Lab60.1768-22.2415-26.0188

#149ebe color RGB value is (20,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011110 10111110
Octal 24 236 276
Decimal 20 158 190
Hex 14 9E BE

RGB Percentages of Color #149ebe

%5.43
%42.93
%51.63

CMYK Percentages of Color #149ebe

%89
%17
%0
%25

Triadic Colors of #149ebe

#149ebe #be149e #9ebe14

Analogous Colors of #149ebe

#149ebe #1449be #14be89

Monochromatic Colors of #149ebe

#149ebe

Complementary Color

#149ebe #be3414

#149ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ebe Color CSS Codes

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

#149ebe Text Font Color

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

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


#149ebe Background Color

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

This div background color is #149ebe


#149ebe Border Color

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

This div border color is #149ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,158,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 #149ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ebe


Comments

No comments written yet.

Please login to write comment.