Color Hex Logo

#288eab Color Hex

#288EAB
(40,142,171)
0 Favorites   0 Comments

Color spaces of #288eab

RGB 40142171
HSL0.540.620.41
HSV193°77°67°
CMYK 0.770.170.00   0.33
XYZ17.898822.737441.9735
Yxy22.73740.21670.2752
Hunter Lab47.6837-16.4440-18.8112
CIE-Lab54.8008-18.5832-23.4873

#288eab color RGB value is (40,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001110 10101011
Octal 50 216 253
Decimal 40 142 171
Hex 28 8E AB

RGB Percentages of Color #288eab

%11.33
%40.23
%48.44

CMYK Percentages of Color #288eab

%77
%17
%0
%33

Triadic Colors of #288eab

#288eab #ab288e #8eab28

Analogous Colors of #288eab

#288eab #284cab #28ab87

Monochromatic Colors of #288eab

#288eab

Complementary Color

#288eab #ab4528

#288eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#288eab Color CSS Codes

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

#288eab Text Font Color

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

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


#288eab Background Color

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

This div background color is #288eab


#288eab Border Color

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

This div border color is #288eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288eab


Comments

No comments written yet.

Please login to write comment.