Color Hex Logo

#147cef Color Hex

#147CEF
(20,124,239)
0 Favorites   0 Comments

Color spaces of #147cef

RGB 20124239
HSL0.590.870.51
HSV212°92°94°
CMYK 0.920.480.00   0.06
XYZ23.076120.796084.4591
Yxy20.79600.17980.1620
Hunter Lab45.602610.5210-77.8872
CIE-Lab52.725515.6904-65.2711

#147cef color RGB value is (20,124,239).

#147cef hex color red value is 20, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #147cef hue: 0.59 , saturation: 0.87 and the lightness value of 147cef is 0.51.

The process color (four color CMYK) of #147cef color hex is 0.92, 0.48, 0.00, 0.06. Web safe color of #147cef is #0066ff. Color #147cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111100 11101111
Octal 24 174 357
Decimal 20 124 239
Hex 14 7C EF

RGB Percentages of Color #147cef

%5.22
%32.38
%62.40

CMYK Percentages of Color #147cef

%92
%48
%0
%6

Triadic Colors of #147cef

#147cef #ef147c #7cef14

Analogous Colors of #147cef

#147cef #1914ef #14eaef

Monochromatic Colors of #147cef

#147cef

Complementary Color

#147cef #ef8714

#147cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#147cef Color CSS Codes

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

#147cef Text Font Color

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

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


#147cef Background Color

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

This div background color is #147cef


#147cef Border Color

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

This div border color is #147cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147cef


Comments

No comments written yet.

Please login to write comment.