Color Hex Logo

#147bae Color Hex

#147BAE
(20,123,174)
0 Favorites   0 Comments

Color spaces of #147bae

RGB 20123174
HSL0.560.790.38
HSV200°89°68°
CMYK 0.890.290.00   0.32
XYZ15.011417.370642.6061
Yxy17.37060.20020.2316
Hunter Lab41.6781-8.6453-31.4356
CIE-Lab48.7236-8.7114-34.6928

#147bae color RGB value is (20,123,174).

#147bae hex color red value is 20, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #147bae hue: 0.56 , saturation: 0.79 and the lightness value of 147bae is 0.38.

The process color (four color CMYK) of #147bae color hex is 0.89, 0.29, 0.00, 0.32. Web safe color of #147bae is #006699. Color #147bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111011 10101110
Octal 24 173 256
Decimal 20 123 174
Hex 14 7B AE

RGB Percentages of Color #147bae

%6.31
%38.80
%54.89

CMYK Percentages of Color #147bae

%89
%29
%0
%32

Triadic Colors of #147bae

#147bae #ae147b #7bae14

Analogous Colors of #147bae

#147bae #142eae #14ae94

Monochromatic Colors of #147bae

#147bae

Complementary Color

#147bae #ae4714

#147bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#147bae Color CSS Codes

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

#147bae Text Font Color

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

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


#147bae Background Color

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

This div background color is #147bae


#147bae Border Color

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

This div border color is #147bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147bae


Comments

No comments written yet.

Please login to write comment.