Color Hex Logo

#045eab Color Hex

#045EAB
(4,94,171)
0 Favorites   0 Comments

Color spaces of #045eab

RGB 494171
HSL0.580.950.34
HSV208°98°67°
CMYK 0.980.450.00   0.33
XYZ11.403510.971540.0448
Yxy10.97150.18270.1758
Hunter Lab33.12333.4873-48.4932
CIE-Lab39.53247.2419-47.5476

#045eab color RGB value is (4,94,171).

#045eab hex color red value is 4, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #045eab hue: 0.58 , saturation: 0.95 and the lightness value of 045eab is 0.34.

The process color (four color CMYK) of #045eab color hex is 0.98, 0.45, 0.00, 0.33. Web safe color of #045eab is #006699. Color #045eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011110 10101011
Octal 4 136 253
Decimal 4 94 171
Hex 4 5E AB

RGB Percentages of Color #045eab

%1.49
%34.94
%63.57

CMYK Percentages of Color #045eab

%98
%45
%0
%33

Triadic Colors of #045eab

#045eab #ab045e #5eab04

Analogous Colors of #045eab

#045eab #040bab #04aba5

Monochromatic Colors of #045eab

#045eab

Complementary Color

#045eab #ab5104

#045eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#045eab Color CSS Codes

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

#045eab Text Font Color

<p style="color:#045eab">Text here</p>

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


#045eab Background Color

<div style="background-color:#045eab">
Div content here</div>

This div background color is #045eab


#045eab Border Color

<div style="border:3px solid #045eab">
Div here</div>

This div border color is #045eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,94,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #045eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #045eab;
  -webkit-box-shadow: 1px 1px 3px 2px #045eab;
  box-shadow:         1px 1px 3px 2px #045eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,94,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 #045eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045eab


Comments

No comments written yet.

Please login to write comment.