Color Hex Logo

#149eea Color Hex

#149EEA
(20,158,234)
0 Favorites   0 Comments

Color spaces of #149eea

RGB 20158234
HSL0.560.840.50
HSV201°91°92°
CMYK 0.910.320.00   0.08
XYZ27.366630.543082.2949
Yxy30.54300.19520.2178
Hunter Lab55.2657-8.3250-49.6014
CIE-Lab62.1199-6.5590-47.4906

#149eea color RGB value is (20,158,234).

#149eea hex color red value is 20, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #149eea hue: 0.56 , saturation: 0.84 and the lightness value of 149eea is 0.50.

The process color (four color CMYK) of #149eea color hex is 0.91, 0.32, 0.00, 0.08. Web safe color of #149eea is #0099ff. Color #149eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011110 11101010
Octal 24 236 352
Decimal 20 158 234
Hex 14 9E EA

RGB Percentages of Color #149eea

%4.85
%38.35
%56.80

CMYK Percentages of Color #149eea

%91
%32
%0
%8

Triadic Colors of #149eea

#149eea #ea149e #9eea14

Analogous Colors of #149eea

#149eea #1433ea #14eacb

Monochromatic Colors of #149eea

#149eea

Complementary Color

#149eea #ea6014

#149eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#149eea Color CSS Codes

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

#149eea Text Font Color

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

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


#149eea Background Color

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

This div background color is #149eea


#149eea Border Color

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

This div border color is #149eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149eea


Comments

No comments written yet.

Please login to write comment.