Color Hex Logo

#053edd Color Hex

#053EDD
(5,62,221)
0 Favorites   0 Comments

Color spaces of #053edd

RGB 562221
HSL0.620.960.44
HSV224°98°87°
CMYK 0.980.720.00   0.13
XYZ14.83648.698069.3035
Yxy8.69800.15980.0937
Hunter Lab29.492438.1844-118.6797
CIE-Lab35.396247.6801-83.4254

#053edd color RGB value is (5,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111110 11011101
Octal 5 76 335
Decimal 5 62 221
Hex 5 3E DD

RGB Percentages of Color #053edd

%1.74
%21.53
%76.74

CMYK Percentages of Color #053edd

%98
%72
%0
%13

Triadic Colors of #053edd

#053edd #dd053e #3edd05

Analogous Colors of #053edd

#053edd #3805dd #05aadd

Monochromatic Colors of #053edd

#053edd

Complementary Color

#053edd #dda405

#053edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#053edd Color CSS Codes

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

#053edd Text Font Color

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

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


#053edd Background Color

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

This div background color is #053edd


#053edd Border Color

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

This div border color is #053edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053edd


Comments

No comments written yet.

Please login to write comment.