Color Hex Logo

#288ebd Color Hex

#288EBD
(40,142,189)
0 Favorites   0 Comments

Color spaces of #288ebd

RGB 40142189
HSL0.550.650.45
HSV199°79°74°
CMYK 0.790.250.00   0.26
XYZ19.733423.471251.6345
Yxy23.47120.20810.2475
Hunter Lab48.4471-12.0760-29.2778
CIE-Lab55.5544-12.3564-32.5939

#288ebd color RGB value is (40,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001110 10111101
Octal 50 216 275
Decimal 40 142 189
Hex 28 8E BD

RGB Percentages of Color #288ebd

%10.78
%38.27
%50.94

CMYK Percentages of Color #288ebd

%79
%25
%0
%26

Triadic Colors of #288ebd

#288ebd #bd288e #8ebd28

Analogous Colors of #288ebd

#288ebd #2843bd #28bda2

Monochromatic Colors of #288ebd

#288ebd

Complementary Color

#288ebd #bd5728

#288ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#288ebd Color CSS Codes

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

#288ebd Text Font Color

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

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


#288ebd Background Color

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

This div background color is #288ebd


#288ebd Border Color

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

This div border color is #288ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288ebd


Comments

No comments written yet.

Please login to write comment.