Color Hex Logo

#005ada Color Hex

#005ADA
(0,90,218)
0 Favorites   0 Comments

Color spaces of #005ada

RGB 090218
HSL0.601.000.43
HSV215°100°85°
CMYK 1.000.590.00   0.15
XYZ16.311112.374367.8585
Yxy12.37430.16900.1282
Hunter Lab35.177121.2078-89.7495
CIE-Lab41.804928.6959-71.1718

#005ada color RGB value is (0,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 11011010
Octal 0 132 332
Decimal 0 90 218
Hex 0 5A DA

RGB Percentages of Color #005ada

%0.00
%29.22
%70.78

CMYK Percentages of Color #005ada

%100
%59
%0
%15

Triadic Colors of #005ada

#005ada #da005a #5ada00

Analogous Colors of #005ada

#005ada #1300da #00c7da

Monochromatic Colors of #005ada

#005ada

Complementary Color

#005ada #da8000

#005ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#005ada Color CSS Codes

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

#005ada Text Font Color

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

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


#005ada Background Color

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

This div background color is #005ada


#005ada Border Color

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

This div border color is #005ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005ada


Comments

No comments written yet.

Please login to write comment.