Color Hex Logo

#285fab Color Hex

#285FAB
(40,95,171)
0 Favorites   0 Comments

Color spaces of #285fab

RGB 4095171
HSL0.600.620.41
HSV215°77°67°
CMYK 0.770.440.00   0.33
XYZ12.318011.575840.1132
Yxy11.57580.19240.1809
Hunter Lab34.02325.0847-46.0863
CIE-Lab40.53389.3489-45.9026

#285fab color RGB value is (40,95,171).

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

The process color (four color CMYK) of #285fab color hex is 0.77, 0.44, 0.00, 0.33. Web safe color of #285fab is #336699. Color #285fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011111 10101011
Octal 50 137 253
Decimal 40 95 171
Hex 28 5F AB

RGB Percentages of Color #285fab

%13.07
%31.05
%55.88

CMYK Percentages of Color #285fab

%77
%44
%0
%33

Triadic Colors of #285fab

#285fab #ab285f #5fab28

Analogous Colors of #285fab

#285fab #3328ab #28a1ab

Monochromatic Colors of #285fab

#285fab

Complementary Color

#285fab #ab7428

#285fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#285fab Color CSS Codes

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

#285fab Text Font Color

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

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


#285fab Background Color

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

This div background color is #285fab


#285fab Border Color

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

This div border color is #285fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,95,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285fab


Comments

No comments written yet.

Please login to write comment.