Color Hex Logo

#288cab Color Hex

#288CAB
(40,140,171)
0 Favorites   0 Comments

Color spaces of #288cab

RGB 40140171
HSL0.540.620.41
HSV194°77°67°
CMYK 0.770.180.00   0.33
XYZ17.603822.147641.8752
Yxy22.14760.21570.2713
Hunter Lab47.0612-15.5872-19.8135
CIE-Lab54.1833-17.5046-24.4383

#288cab color RGB value is (40,140,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001100 10101011
Octal 50 214 253
Decimal 40 140 171
Hex 28 8C AB

RGB Percentages of Color #288cab

%11.40
%39.89
%48.72

CMYK Percentages of Color #288cab

%77
%18
%0
%33

Triadic Colors of #288cab

#288cab #ab288c #8cab28

Analogous Colors of #288cab

#288cab #284aab #28ab89

Monochromatic Colors of #288cab

#288cab

Complementary Color

#288cab #ab4728

#288cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#288cab Color CSS Codes

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

#288cab Text Font Color

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

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


#288cab Background Color

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

This div background color is #288cab


#288cab Border Color

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

This div border color is #288cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288cab


Comments

No comments written yet.

Please login to write comment.