Color Hex Logo

#149aff Color Hex

#149AFF
(20,154,255)
0 Favorites   0 Comments

Color spaces of #149aff

RGB 20154255
HSL0.571.000.54
HSV206°92°100°
CMYK 0.920.400.00   0.00
XYZ29.894130.479998.9154
Yxy30.47990.18770.1913
Hunter Lab55.20860.0383-67.5819
CIE-Lab62.06613.5396-59.1040

#149aff color RGB value is (20,154,255).

#149aff hex color red value is 20, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #149aff hue: 0.57 , saturation: 1.00 and the lightness value of 149aff is 0.54.

The process color (four color CMYK) of #149aff color hex is 0.92, 0.40, 0.00, 0.00. Web safe color of #149aff is #0099ff. Color #149aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011010 11111111
Octal 24 232 377
Decimal 20 154 255
Hex 14 9A FF

RGB Percentages of Color #149aff

%4.66
%35.90
%59.44

CMYK Percentages of Color #149aff

%92
%40
%0
%0

Triadic Colors of #149aff

#149aff #ff149a #9aff14

Analogous Colors of #149aff

#149aff #1425ff #14ffef

Monochromatic Colors of #149aff

#149aff

Complementary Color

#149aff #ff7914

#149aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#149aff Color CSS Codes

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

#149aff Text Font Color

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

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


#149aff Background Color

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

This div background color is #149aff


#149aff Border Color

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

This div border color is #149aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149aff

Related Colors


Comments

No comments written yet.

Please login to write comment.