Color Hex Logo

#285eab Color Hex

#285EAB
(40,94,171)
0 Favorites   0 Comments

Color spaces of #285eab

RGB 4094171
HSL0.600.620.41
HSV215°77°67°
CMYK 0.770.450.00   0.33
XYZ12.228511.396840.0834
Yxy11.39680.19190.1789
Hunter Lab33.75915.5791-46.7657
CIE-Lab40.24099.9972-46.3721

#285eab color RGB value is (40,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011110 10101011
Octal 50 136 253
Decimal 40 94 171
Hex 28 5E AB

RGB Percentages of Color #285eab

%13.11
%30.82
%56.07

CMYK Percentages of Color #285eab

%77
%45
%0
%33

Triadic Colors of #285eab

#285eab #ab285e #5eab28

Analogous Colors of #285eab

#285eab #3328ab #28a0ab

Monochromatic Colors of #285eab

#285eab

Complementary Color

#285eab #ab7528

#285eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#285eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#285eab Color CSS Codes

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

#285eab Text Font Color

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

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


#285eab Background Color

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

This div background color is #285eab


#285eab Border Color

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

This div border color is #285eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #285eab


Comments

No comments written yet.

Please login to write comment.