Color Hex Logo

#005adb Color Hex

#005ADB
(0,90,219)
0 Favorites   0 Comments

Color spaces of #005adb

RGB 090219
HSL0.601.000.43
HSV215°100°86°
CMYK 1.000.590.00   0.14
XYZ16.442312.426868.5498
Yxy12.42680.16880.1276
Hunter Lab35.251721.5667-90.6182
CIE-Lab41.886629.0870-71.6092

#005adb color RGB value is (0,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 11011011
Octal 0 132 333
Decimal 0 90 219
Hex 0 5A DB

RGB Percentages of Color #005adb

%0.00
%29.13
%70.87

CMYK Percentages of Color #005adb

%100
%59
%0
%14

Triadic Colors of #005adb

#005adb #db005a #5adb00

Analogous Colors of #005adb

#005adb #1300db #00c8db

Monochromatic Colors of #005adb

#005adb

Complementary Color

#005adb #db8100

#005adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005adb Color CSS Codes

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

#005adb Text Font Color

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

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


#005adb Background Color

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

This div background color is #005adb


#005adb Border Color

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

This div border color is #005adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,90,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005adb


Comments

No comments written yet.

Please login to write comment.