Color Hex Logo

#053cdc Color Hex

#053CDC
(5,60,220)
0 Favorites   0 Comments

Color spaces of #053cdc

RGB 560220
HSL0.620.960.44
HSV225°98°86°
CMYK 0.980.730.00   0.14
XYZ14.59678.431368.5682
Yxy8.43130.15940.0920
Hunter Lab29.036738.9174-119.6836
CIE-Lab34.865448.5102-83.7299

#053cdc color RGB value is (5,60,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111100 11011100
Octal 5 74 334
Decimal 5 60 220
Hex 5 3C DC

RGB Percentages of Color #053cdc

%1.75
%21.05
%77.19

CMYK Percentages of Color #053cdc

%98
%73
%0
%14

Triadic Colors of #053cdc

#053cdc #dc053c #3cdc05

Analogous Colors of #053cdc

#053cdc #3a05dc #05a8dc

Monochromatic Colors of #053cdc

#053cdc

Complementary Color

#053cdc #dca505

#053cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#053cdc Color CSS Codes

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

#053cdc Text Font Color

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

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


#053cdc Background Color

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

This div background color is #053cdc


#053cdc Border Color

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

This div border color is #053cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053cdc


Comments

No comments written yet.

Please login to write comment.