Color Hex Logo

#149afd Color Hex

#149AFD
(20,154,253)
0 Favorites   0 Comments

Color spaces of #149afd

RGB 20154253
HSL0.570.980.54
HSV205°92°99°
CMYK 0.920.390.00   0.01
XYZ29.573730.351897.2283
Yxy30.35180.18820.1931
Hunter Lab55.0925-0.5928-66.0715
CIE-Lab61.95662.7925-58.1853

#149afd color RGB value is (20,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011010 11111101
Octal 24 232 375
Decimal 20 154 253
Hex 14 9A FD

RGB Percentages of Color #149afd

%4.68
%36.07
%59.25

CMYK Percentages of Color #149afd

%92
%39
%0
%1

Triadic Colors of #149afd

#149afd #fd149a #9afd14

Analogous Colors of #149afd

#149afd #1425fd #14fdec

Monochromatic Colors of #149afd

#149afd

Complementary Color

#149afd #fd7714

#149afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#149afd Color CSS Codes

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

#149afd Text Font Color

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

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


#149afd Background Color

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

This div background color is #149afd


#149afd Border Color

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

This div border color is #149afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149afd

Related Colors


Comments

No comments written yet.

Please login to write comment.