Color Hex Logo

#017ada Color Hex

#017ADA
(1,122,218)
0 Favorites   0 Comments

Color spaces of #017ada

RGB 1122218
HSL0.570.990.43
HSV207°100°85°
CMYK 1.000.440.00   0.15
XYZ19.626918.987568.9602
Yxy18.98750.18240.1765
Hunter Lab43.57464.1444-63.3287
CIE-Lab50.67268.1524-56.8023

#017ada color RGB value is (1,122,218).

#017ada hex color red value is 1, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #017ada hue: 0.57 , saturation: 0.99 and the lightness value of 017ada is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111010 11011010
Octal 1 172 332
Decimal 1 122 218
Hex 1 7A DA

RGB Percentages of Color #017ada

%0.29
%35.78
%63.93

CMYK Percentages of Color #017ada

%100
%44
%0
%15

Triadic Colors of #017ada

#017ada #da017a #7ada01

Analogous Colors of #017ada

#017ada #010dda #01dace

Monochromatic Colors of #017ada

#017ada

Complementary Color

#017ada #da6101

#017ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#017ada Color CSS Codes

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

#017ada Text Font Color

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

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


#017ada Background Color

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

This div background color is #017ada


#017ada Border Color

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

This div border color is #017ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,122,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 #017ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017ada


Comments

No comments written yet.

Please login to write comment.