Color Hex Logo

#288bbd Color Hex

#288BBD
(40,139,189)
0 Favorites   0 Comments

Color spaces of #288bbd

RGB 40139189
HSL0.560.650.45
HSV200°79°74°
CMYK 0.790.260.00   0.26
XYZ19.293022.590551.4877
Yxy22.59050.20660.2419
Hunter Lab47.5295-10.7204-30.9570
CIE-Lab54.6480-10.6686-34.0088

#288bbd color RGB value is (40,139,189).

#288bbd hex color red value is 40, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #288bbd hue: 0.56 , saturation: 0.65 and the lightness value of 288bbd is 0.45.

The process color (four color CMYK) of #288bbd color hex is 0.79, 0.26, 0.00, 0.26. Web safe color of #288bbd is #3399cc. Color #288bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001011 10111101
Octal 50 213 275
Decimal 40 139 189
Hex 28 8B BD

RGB Percentages of Color #288bbd

%10.87
%37.77
%51.36

CMYK Percentages of Color #288bbd

%79
%26
%0
%26

Triadic Colors of #288bbd

#288bbd #bd288b #8bbd28

Analogous Colors of #288bbd

#288bbd #2841bd #28bda5

Monochromatic Colors of #288bbd

#288bbd

Complementary Color

#288bbd #bd5a28

#288bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#288bbd Color CSS Codes

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

#288bbd Text Font Color

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

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


#288bbd Background Color

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

This div background color is #288bbd


#288bbd Border Color

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

This div border color is #288bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288bbd


Comments

No comments written yet.

Please login to write comment.