Color Hex Logo

#149ade Color Hex

#149ADE
(20,154,222)
0 Favorites   0 Comments

Color spaces of #149ade

RGB 20154222
HSL0.560.830.47
HSV200°91°87°
CMYK 0.910.310.00   0.13
XYZ25.028928.533973.2957
Yxy28.53390.19730.2249
Hunter Lab53.4171-9.8428-43.9621
CIE-Lab60.3680-8.6900-43.6125

#149ade color RGB value is (20,154,222).

#149ade hex color red value is 20, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #149ade hue: 0.56 , saturation: 0.83 and the lightness value of 149ade is 0.47.

The process color (four color CMYK) of #149ade color hex is 0.91, 0.31, 0.00, 0.13. Web safe color of #149ade is #0099cc. Color #149ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011010 11011110
Octal 24 232 336
Decimal 20 154 222
Hex 14 9A DE

RGB Percentages of Color #149ade

%5.05
%38.89
%56.06

CMYK Percentages of Color #149ade

%91
%31
%0
%13

Triadic Colors of #149ade

#149ade #de149a #9ade14

Analogous Colors of #149ade

#149ade #1435de #14debd

Monochromatic Colors of #149ade

#149ade

Complementary Color

#149ade #de5814

#149ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ade Color CSS Codes

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

#149ade Text Font Color

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

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


#149ade Background Color

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

This div background color is #149ade


#149ade Border Color

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

This div border color is #149ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ade


Comments

No comments written yet.

Please login to write comment.