Color Hex Logo

#288fab Color Hex

#288FAB
(40,143,171)
0 Favorites   0 Comments

Color spaces of #288fab

RGB 40143171
HSL0.540.620.41
HSV193°77°67°
CMYK 0.770.160.00   0.33
XYZ18.048223.036342.0233
Yxy23.03630.21720.2772
Hunter Lab47.9961-16.8711-18.3144
CIE-Lab55.1097-19.1195-23.0122

#288fab color RGB value is (40,143,171).

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

The process color (four color CMYK) of #288fab color hex is 0.77, 0.16, 0.00, 0.33. Web safe color of #288fab is #339999. Color #288fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001111 10101011
Octal 50 217 253
Decimal 40 143 171
Hex 28 8F AB

RGB Percentages of Color #288fab

%11.30
%40.40
%48.31

CMYK Percentages of Color #288fab

%77
%16
%0
%33

Triadic Colors of #288fab

#288fab #ab288f #8fab28

Analogous Colors of #288fab

#288fab #284eab #28ab86

Monochromatic Colors of #288fab

#288fab

Complementary Color

#288fab #ab4428

#288fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#288fab Color CSS Codes

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

#288fab Text Font Color

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

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


#288fab Background Color

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

This div background color is #288fab


#288fab Border Color

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

This div border color is #288fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288fab


Comments

No comments written yet.

Please login to write comment.