Color Hex Logo

#005afd Color Hex

#005AFD
(0,90,253)
0 Favorites   0 Comments

Color spaces of #005afd

RGB 090253
HSL0.611.000.50
HSV219°100°99°
CMYK 1.000.640.00   0.01
XYZ21.385814.404294.5816
Yxy14.40420.16400.1105
Hunter Lab37.952934.1642-121.1885
CIE-Lab44.807142.0115-85.9897

#005afd color RGB value is (0,90,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 11111101
Octal 0 132 375
Decimal 0 90 253
Hex 0 5A FD

RGB Percentages of Color #005afd

%0.00
%26.24
%73.76

CMYK Percentages of Color #005afd

%100
%64
%0
%1

Triadic Colors of #005afd

#005afd #fd005a #5afd00

Analogous Colors of #005afd

#005afd #2500fd #00d9fd

Monochromatic Colors of #005afd

#005afd

Complementary Color

#005afd #fda300

#005afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#005afd Color CSS Codes

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

#005afd Text Font Color

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

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


#005afd Background Color

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

This div background color is #005afd


#005afd Border Color

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

This div border color is #005afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005afd


Comments

No comments written yet.

Please login to write comment.