Color Hex Logo

#005adc Color Hex

#005ADC
(0,90,220)
0 Favorites   0 Comments

Color spaces of #005adc

RGB 090220
HSL0.601.000.43
HSV215°100°86°
CMYK 1.000.590.00   0.14
XYZ16.574412.479669.2454
Yxy12.47960.16860.1270
Hunter Lab35.326521.9269-91.4891
CIE-Lab41.968429.4782-72.0459

#005adc color RGB value is (0,90,220).

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

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

Base Numbers

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

RGB Percentages of Color #005adc

%0.00
%29.03
%70.97

CMYK Percentages of Color #005adc

%100
%59
%0
%14

Triadic Colors of #005adc

#005adc #dc005a #5adc00

Analogous Colors of #005adc

#005adc #1400dc #00c8dc

Monochromatic Colors of #005adc

#005adc

Complementary Color

#005adc #dc8200

#005adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#005adc Color CSS Codes

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

#005adc Text Font Color

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

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


#005adc Background Color

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

This div background color is #005adc


#005adc Border Color

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

This div border color is #005adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005adc


Comments

No comments written yet.

Please login to write comment.