Color Hex Logo

#055adc Color Hex

#055ADC
(5,90,220)
0 Favorites   0 Comments

Color spaces of #055adc

RGB 590220
HSL0.600.960.44
HSV216°98°86°
CMYK 0.980.590.00   0.14
XYZ16.637012.511969.2483
Yxy12.51190.16910.1272
Hunter Lab35.372222.0547-91.3119
CIE-Lab42.018429.6141-71.9622

#055adc color RGB value is (5,90,220).

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

The process color (four color CMYK) of #055adc color hex is 0.98, 0.59, 0.00, 0.14. Web safe color of #055adc is #0066cc. Color #055adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011010 11011100
Octal 5 132 334
Decimal 5 90 220
Hex 5 5A DC

RGB Percentages of Color #055adc

%1.59
%28.57
%69.84

CMYK Percentages of Color #055adc

%98
%59
%0
%14

Triadic Colors of #055adc

#055adc #dc055a #5adc05

Analogous Colors of #055adc

#055adc #1c05dc #05c6dc

Monochromatic Colors of #055adc

#055adc

Complementary Color

#055adc #dc8705

#055adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#055adc Color CSS Codes

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

#055adc Text Font Color

<p style="color:#055adc">Text here</p>

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


#055adc Background Color

<div style="background-color:#055adc">
Div content here</div>

This div background color is #055adc


#055adc Border Color

<div style="border:3px solid #055adc">
Div here</div>

This div border color is #055adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055adc


Comments

No comments written yet.

Please login to write comment.