Color Hex Logo

#053fae Color Hex

#053FAE
(5,63,174)
0 Favorites   0 Comments

Color spaces of #053fae

RGB 563174
HSL0.610.940.35
HSV219°97°68°
CMYK 0.970.640.00   0.32
XYZ9.48016.643340.8270
Yxy6.64330.16650.1167
Hunter Lab25.774620.5482-75.8732
CIE-Lab30.980729.3761-63.2189

#053fae color RGB value is (5,63,174).

#053fae hex color red value is 5, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #053fae hue: 0.61 , saturation: 0.94 and the lightness value of 053fae is 0.35.

The process color (four color CMYK) of #053fae color hex is 0.97, 0.64, 0.00, 0.32. Web safe color of #053fae is #003399. Color #053fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111111 10101110
Octal 5 77 256
Decimal 5 63 174
Hex 5 3F AE

RGB Percentages of Color #053fae

%2.07
%26.03
%71.90

CMYK Percentages of Color #053fae

%97
%64
%0
%32

Triadic Colors of #053fae

#053fae #ae053f #3fae05

Analogous Colors of #053fae

#053fae #2005ae #0594ae

Monochromatic Colors of #053fae

#053fae

Complementary Color

#053fae #ae7405

#053fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#053fae Color CSS Codes

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

#053fae Text Font Color

<p style="color:#053fae">Text here</p>

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


#053fae Background Color

<div style="background-color:#053fae">
Div content here</div>

This div background color is #053fae


#053fae Border Color

<div style="border:3px solid #053fae">
Div here</div>

This div border color is #053fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,63,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #053fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #053fae;
  -webkit-box-shadow: 1px 1px 3px 2px #053fae;
  box-shadow:         1px 1px 3px 2px #053fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,63,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 #053fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053fae


Comments

No comments written yet.

Please login to write comment.