Color Hex Logo

#053ebd Color Hex

#053EBD
(5,62,189)
0 Favorites   0 Comments

Color spaces of #053ebd

RGB 562189
HSL0.620.950.38
HSV221°97°74°
CMYK 0.970.670.00   0.26
XYZ10.97057.151648.9463
Yxy7.15160.16360.1066
Hunter Lab26.742526.4263-89.7977
CIE-Lab32.149635.9029-70.1921

#053ebd color RGB value is (5,62,189).

#053ebd hex color red value is 5, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #053ebd hue: 0.62 , saturation: 0.95 and the lightness value of 053ebd is 0.38.

The process color (four color CMYK) of #053ebd color hex is 0.97, 0.67, 0.00, 0.26. Web safe color of #053ebd is #0033cc. Color #053ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111110 10111101
Octal 5 76 275
Decimal 5 62 189
Hex 5 3E BD

RGB Percentages of Color #053ebd

%1.95
%24.22
%73.83

CMYK Percentages of Color #053ebd

%97
%67
%0
%26

Triadic Colors of #053ebd

#053ebd #bd053e #3ebd05

Analogous Colors of #053ebd

#053ebd #2805bd #059abd

Monochromatic Colors of #053ebd

#053ebd

Complementary Color

#053ebd #bd8405

#053ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#053ebd Color CSS Codes

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

#053ebd Text Font Color

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

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


#053ebd Background Color

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

This div background color is #053ebd


#053ebd Border Color

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

This div border color is #053ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053ebd


Comments

No comments written yet.

Please login to write comment.