Color Hex Logo

#005cad Color Hex

#005CAD
(0,92,173)
0 Favorites   0 Comments

Color spaces of #005cad

RGB 092173
HSL0.581.000.34
HSV208°100°68°
CMYK 1.000.470.00   0.32
XYZ11.370010.671440.9957
Yxy10.67140.18040.1693
Hunter Lab32.66714.9606-51.5392
CIE-Lab39.02149.2028-49.5540

#005cad color RGB value is (0,92,173).

#005cad hex color red value is 0, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #005cad hue: 0.58 , saturation: 1.00 and the lightness value of 005cad is 0.34.

The process color (four color CMYK) of #005cad color hex is 1.00, 0.47, 0.00, 0.32. Web safe color of #005cad is #006699. Color #005cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 10101101
Octal 0 134 255
Decimal 0 92 173
Hex 0 5C AD

RGB Percentages of Color #005cad

%0.00
%34.72
%65.28

CMYK Percentages of Color #005cad

%100
%47
%0
%32

Triadic Colors of #005cad

#005cad #ad005c #5cad00

Analogous Colors of #005cad

#005cad #0005ad #00ada8

Monochromatic Colors of #005cad

#005cad

Complementary Color

#005cad #ad5100

#005cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#005cad Color CSS Codes

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

#005cad Text Font Color

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

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


#005cad Background Color

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

This div background color is #005cad


#005cad Border Color

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

This div border color is #005cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,92,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 #005cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005cad


Comments

No comments written yet.

Please login to write comment.