Color Hex Logo

#0054ab Color Hex

#0054AB
(0,84,171)
0 Favorites   0 Comments

Color spaces of #0054ab

RGB 084171
HSL0.581.000.34
HSV211°100°67°
CMYK 1.000.510.00   0.33
XYZ10.52109.280939.7650
Yxy9.28090.17660.1558
Hunter Lab30.46468.3323-56.0653
CIE-Lab36.519613.6952-52.4076

#0054ab color RGB value is (0,84,171).

#0054ab hex color red value is 0, green value is 84 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0054ab hue: 0.58 , saturation: 1.00 and the lightness value of 0054ab is 0.34.

The process color (four color CMYK) of #0054ab color hex is 1.00, 0.51, 0.00, 0.33. Web safe color of #0054ab is #006699. Color #0054ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010100 10101011
Octal 0 124 253
Decimal 0 84 171
Hex 0 54 AB

RGB Percentages of Color #0054ab

%0.00
%32.94
%67.06

CMYK Percentages of Color #0054ab

%100
%51
%0
%33

Triadic Colors of #0054ab

#0054ab #ab0054 #54ab00

Analogous Colors of #0054ab

#0054ab #0200ab #00aaab

Monochromatic Colors of #0054ab

#0054ab

Complementary Color

#0054ab #ab5700

#0054ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0054ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0054ab Color CSS Codes

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

#0054ab Text Font Color

<p style="color:#0054ab">Text here</p>

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


#0054ab Background Color

<div style="background-color:#0054ab">
Div content here</div>

This div background color is #0054ab


#0054ab Border Color

<div style="border:3px solid #0054ab">
Div here</div>

This div border color is #0054ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,84,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0054ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0054ab;
  -webkit-box-shadow: 1px 1px 3px 2px #0054ab;
  box-shadow:         1px 1px 3px 2px #0054ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,84,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0054ab


Comments

No comments written yet.

Please login to write comment.