Color Hex Logo

#053cad Color Hex

#053CAD
(5,60,173)
0 Favorites   0 Comments

Color spaces of #053cad

RGB 560173
HSL0.610.940.35
HSV220°97°68°
CMYK 0.970.650.00   0.32
XYZ9.22136.281140.2615
Yxy6.28110.16540.1126
Hunter Lab25.062121.8182-77.7040
CIE-Lab30.110930.9958-64.0496

#053cad color RGB value is (5,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111100 10101101
Octal 5 74 255
Decimal 5 60 173
Hex 5 3C AD

RGB Percentages of Color #053cad

%2.10
%25.21
%72.69

CMYK Percentages of Color #053cad

%97
%65
%0
%32

Triadic Colors of #053cad

#053cad #ad053c #3cad05

Analogous Colors of #053cad

#053cad #2205ad #0590ad

Monochromatic Colors of #053cad

#053cad

Complementary Color

#053cad #ad7605

#053cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#053cad Color CSS Codes

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

#053cad Text Font Color

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

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


#053cad Background Color

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

This div background color is #053cad


#053cad Border Color

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

This div border color is #053cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053cad


Comments

No comments written yet.

Please login to write comment.