Color Hex Logo

#147eeb Color Hex

#147EEB
(20,126,235)
0 Favorites   0 Comments

Color spaces of #147eeb

RGB 20126235
HSL0.580.840.50
HSV210°91°92°
CMYK 0.910.460.00   0.08
XYZ22.744721.068681.4651
Yxy21.06860.18160.1682
Hunter Lab45.90058.1246-73.0986
CIE-Lab53.024512.9013-62.5580

#147eeb color RGB value is (20,126,235).

#147eeb hex color red value is 20, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #147eeb hue: 0.58 , saturation: 0.84 and the lightness value of 147eeb is 0.50.

The process color (four color CMYK) of #147eeb color hex is 0.91, 0.46, 0.00, 0.08. Web safe color of #147eeb is #0066ff. Color #147eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111110 11101011
Octal 24 176 353
Decimal 20 126 235
Hex 14 7E EB

RGB Percentages of Color #147eeb

%5.25
%33.07
%61.68

CMYK Percentages of Color #147eeb

%91
%46
%0
%8

Triadic Colors of #147eeb

#147eeb #eb147e #7eeb14

Analogous Colors of #147eeb

#147eeb #1514eb #14eaeb

Monochromatic Colors of #147eeb

#147eeb

Complementary Color

#147eeb #eb8114

#147eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#147eeb Color CSS Codes

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

#147eeb Text Font Color

<p style="color:#147eeb">Text here</p>

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


#147eeb Background Color

<div style="background-color:#147eeb">
Div content here</div>

This div background color is #147eeb


#147eeb Border Color

<div style="border:3px solid #147eeb">
Div here</div>

This div border color is #147eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,126,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #147eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #147eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #147eeb;
  box-shadow:         1px 1px 3px 2px #147eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147eeb


Comments

No comments written yet.

Please login to write comment.