Color Hex Logo

#053ead Color Hex

#053EAD
(5,62,173)
0 Favorites   0 Comments

Color spaces of #053ead

RGB 562173
HSL0.610.940.35
HSV220°97°68°
CMYK 0.970.640.00   0.32
XYZ9.32806.494640.2971
Yxy6.49460.16620.1157
Hunter Lab25.484520.7378-75.9125
CIE-Lab30.627529.6517-63.2012

#053ead color RGB value is (5,62,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111110 10101101
Octal 5 76 255
Decimal 5 62 173
Hex 5 3E AD

RGB Percentages of Color #053ead

%2.08
%25.83
%72.08

CMYK Percentages of Color #053ead

%97
%64
%0
%32

Triadic Colors of #053ead

#053ead #ad053e #3ead05

Analogous Colors of #053ead

#053ead #2005ad #0592ad

Monochromatic Colors of #053ead

#053ead

Complementary Color

#053ead #ad7405

#053ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#053ead Color CSS Codes

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

#053ead Text Font Color

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

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


#053ead Background Color

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

This div background color is #053ead


#053ead Border Color

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

This div border color is #053ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,62,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053ead


Comments

No comments written yet.

Please login to write comment.