Color Hex Logo

#147bcc Color Hex

#147BCC
(20,123,204)
0 Favorites   0 Comments

Color spaces of #147bcc

RGB 20123204
HSL0.570.820.44
HSV206°90°80°
CMYK 0.900.400.00   0.20
XYZ18.270518.674359.7683
Yxy18.67430.18890.1931
Hunter Lab43.2138-0.1555-51.7534
CIE-Lab50.30402.7701-49.4400

#147bcc color RGB value is (20,123,204).

#147bcc hex color red value is 20, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #147bcc hue: 0.57 , saturation: 0.82 and the lightness value of 147bcc is 0.44.

The process color (four color CMYK) of #147bcc color hex is 0.90, 0.40, 0.00, 0.20. Web safe color of #147bcc is #0066cc. Color #147bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111011 11001100
Octal 24 173 314
Decimal 20 123 204
Hex 14 7B CC

RGB Percentages of Color #147bcc

%5.76
%35.45
%58.79

CMYK Percentages of Color #147bcc

%90
%40
%0
%20

Triadic Colors of #147bcc

#147bcc #cc147b #7bcc14

Analogous Colors of #147bcc

#147bcc #141fcc #14ccc1

Monochromatic Colors of #147bcc

#147bcc

Complementary Color

#147bcc #cc6514

#147bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#147bcc Color CSS Codes

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

#147bcc Text Font Color

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

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


#147bcc Background Color

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

This div background color is #147bcc


#147bcc Border Color

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

This div border color is #147bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147bcc


Comments

No comments written yet.

Please login to write comment.