Color Hex Logo

#017cad Color Hex

#017CAD
(1,124,173)
0 Favorites   0 Comments

Color spaces of #017cad

RGB 1124173
HSL0.550.990.34
HSV197°99°68°
CMYK 0.990.280.00   0.32
XYZ14.763017.438942.1231
Yxy17.43890.19860.2346
Hunter Lab41.7599-9.9764-30.5737
CIE-Lab48.8084-10.5756-33.9918

#017cad color RGB value is (1,124,173).

#017cad hex color red value is 1, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #017cad hue: 0.55 , saturation: 0.99 and the lightness value of 017cad is 0.34.

The process color (four color CMYK) of #017cad color hex is 0.99, 0.28, 0.00, 0.32. Web safe color of #017cad is #006699. Color #017cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111100 10101101
Octal 1 174 255
Decimal 1 124 173
Hex 1 7C AD

RGB Percentages of Color #017cad

%0.34
%41.61
%58.05

CMYK Percentages of Color #017cad

%99
%28
%0
%32

Triadic Colors of #017cad

#017cad #ad017c #7cad01

Analogous Colors of #017cad

#017cad #0126ad #01ad88

Monochromatic Colors of #017cad

#017cad

Complementary Color

#017cad #ad3201

#017cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#017cad Color CSS Codes

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

#017cad Text Font Color

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

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


#017cad Background Color

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

This div background color is #017cad


#017cad Border Color

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

This div border color is #017cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,124,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017cad


Comments

No comments written yet.

Please login to write comment.