Color Hex Logo

#285dad Color Hex

#285DAD
(40,93,173)
0 Favorites   0 Comments

Color spaces of #285dad

RGB 4093173
HSL0.600.620.42
HSV216°77°68°
CMYK 0.770.460.00   0.32
XYZ12.332211.296941.0657
Yxy11.29690.19060.1746
Hunter Lab33.61096.6746-48.9128
CIE-Lab40.076111.4191-47.8177

#285dad color RGB value is (40,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011101 10101101
Octal 50 135 255
Decimal 40 93 173
Hex 28 5D AD

RGB Percentages of Color #285dad

%13.07
%30.39
%56.54

CMYK Percentages of Color #285dad

%77
%46
%0
%32

Triadic Colors of #285dad

#285dad #ad285d #5dad28

Analogous Colors of #285dad

#285dad #3528ad #28a0ad

Monochromatic Colors of #285dad

#285dad

Complementary Color

#285dad #ad7828

#285dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#285dad Color CSS Codes

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

#285dad Text Font Color

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

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


#285dad Background Color

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

This div background color is #285dad


#285dad Border Color

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

This div border color is #285dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285dad


Comments

No comments written yet.

Please login to write comment.