Color Hex Logo

#005af9 Color Hex

#005AF9
(0,90,249)
0 Favorites   0 Comments

Color spaces of #005af9

RGB 090249
HSL0.611.000.49
HSV218°100°98°
CMYK 1.000.640.00   0.02
XYZ20.755014.151991.2602
Yxy14.15190.16450.1122
Hunter Lab37.619032.6480-117.4987
CIE-Lab44.450040.5309-84.3449

#005af9 color RGB value is (0,90,249).

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

The process color (four color CMYK) of #005af9 color hex is 1.00, 0.64, 0.00, 0.02. Web safe color of #005af9 is #0066ff. Color #005af9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 11111001
Octal 0 132 371
Decimal 0 90 249
Hex 0 5A F9

RGB Percentages of Color #005af9

%0.00
%26.55
%73.45

CMYK Percentages of Color #005af9

%100
%64
%0
%2

Triadic Colors of #005af9

#005af9 #f9005a #5af900

Analogous Colors of #005af9

#005af9 #2200f9 #00d7f9

Monochromatic Colors of #005af9

#005af9

Complementary Color

#005af9 #f99f00

#005af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005af9 Color CSS Codes

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

#005af9 Text Font Color

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

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


#005af9 Background Color

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

This div background color is #005af9


#005af9 Border Color

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

This div border color is #005af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005af9


Comments

No comments written yet.

Please login to write comment.