Color Hex Logo

#053ecc Color Hex

#053ECC
(5,62,204)
0 Favorites   0 Comments

Color spaces of #053ecc

RGB 562204
HSL0.620.950.41
HSV223°98°80°
CMYK 0.980.700.00   0.20
XYZ12.68437.837157.9709
Yxy7.83710.16160.0998
Hunter Lab27.994831.8864-103.1797
CIE-Lab33.641341.5417-76.5104

#053ecc color RGB value is (5,62,204).

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

The process color (four color CMYK) of #053ecc color hex is 0.98, 0.70, 0.00, 0.20. Web safe color of #053ecc is #0033cc. Color #053ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111110 11001100
Octal 5 76 314
Decimal 5 62 204
Hex 5 3E CC

RGB Percentages of Color #053ecc

%1.85
%22.88
%75.28

CMYK Percentages of Color #053ecc

%98
%70
%0
%20

Triadic Colors of #053ecc

#053ecc #cc053e #3ecc05

Analogous Colors of #053ecc

#053ecc #3005cc #05a2cc

Monochromatic Colors of #053ecc

#053ecc

Complementary Color

#053ecc #cc9305

#053ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#053ecc Color CSS Codes

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

#053ecc Text Font Color

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

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


#053ecc Background Color

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

This div background color is #053ecc


#053ecc Border Color

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

This div border color is #053ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053ecc


Comments

No comments written yet.

Please login to write comment.