Color Hex Logo

#285cad Color Hex

#285CAD
(40,92,173)
0 Favorites   0 Comments

Color spaces of #285cad

RGB 4092173
HSL0.600.620.42
HSV217°77°68°
CMYK 0.770.470.00   0.32
XYZ12.245011.122541.0366
Yxy11.12250.19010.1727
Hunter Lab33.35047.1752-49.6091
CIE-Lab39.786012.0713-48.2837

#285cad color RGB value is (40,92,173).

#285cad hex color red value is 40, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #285cad hue: 0.60 , saturation: 0.62 and the lightness value of 285cad is 0.42.

The process color (four color CMYK) of #285cad color hex is 0.77, 0.47, 0.00, 0.32. Web safe color of #285cad is #336699. Color #285cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011100 10101101
Octal 50 134 255
Decimal 40 92 173
Hex 28 5C AD

RGB Percentages of Color #285cad

%13.11
%30.16
%56.72

CMYK Percentages of Color #285cad

%77
%47
%0
%32

Triadic Colors of #285cad

#285cad #ad285c #5cad28

Analogous Colors of #285cad

#285cad #3628ad #289fad

Monochromatic Colors of #285cad

#285cad

Complementary Color

#285cad #ad7928

#285cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#285cad Color CSS Codes

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

#285cad Text Font Color

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

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


#285cad Background Color

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

This div background color is #285cad


#285cad Border Color

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

This div border color is #285cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285cad


Comments

No comments written yet.

Please login to write comment.