Color Hex Logo

#005adf Color Hex

#005ADF
(0,90,223)
0 Favorites   0 Comments

Color spaces of #005adf

RGB 090223
HSL0.601.000.44
HSV216°100°87°
CMYK 1.000.600.00   0.13
XYZ16.975412.640071.3571
Yxy12.64000.16810.1252
Hunter Lab35.552823.0111-94.1125
CIE-Lab42.215730.6471-73.3504

#005adf color RGB value is (0,90,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 11011111
Octal 0 132 337
Decimal 0 90 223
Hex 0 5A DF

RGB Percentages of Color #005adf

%0.00
%28.75
%71.25

CMYK Percentages of Color #005adf

%100
%60
%0
%13

Triadic Colors of #005adf

#005adf #df005a #5adf00

Analogous Colors of #005adf

#005adf #1500df #00cadf

Monochromatic Colors of #005adf

#005adf

Complementary Color

#005adf #df8500

#005adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#005adf Color CSS Codes

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

#005adf Text Font Color

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

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


#005adf Background Color

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

This div background color is #005adf


#005adf Border Color

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

This div border color is #005adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005adf


Comments

No comments written yet.

Please login to write comment.