Color Hex Logo

#288beb Color Hex

#288BEB
(40,139,235)
0 Favorites   0 Comments

Color spaces of #288beb

RGB 40139235
HSL0.580.830.54
HSV210°83°92°
CMYK 0.830.410.00   0.08
XYZ25.103124.914582.0832
Yxy24.91450.19000.1886
Hunter Lab49.91442.4215-62.5610
CIE-Lab56.99206.1782-56.1754

#288beb color RGB value is (40,139,235).

#288beb hex color red value is 40, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #288beb hue: 0.58 , saturation: 0.83 and the lightness value of 288beb is 0.54.

The process color (four color CMYK) of #288beb color hex is 0.83, 0.41, 0.00, 0.08. Web safe color of #288beb is #3399ff. Color #288beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001011 11101011
Octal 50 213 353
Decimal 40 139 235
Hex 28 8B EB

RGB Percentages of Color #288beb

%9.66
%33.57
%56.76

CMYK Percentages of Color #288beb

%83
%41
%0
%8

Triadic Colors of #288beb

#288beb #eb288b #8beb28

Analogous Colors of #288beb

#288beb #2829eb #28ebea

Monochromatic Colors of #288beb

#288beb

Complementary Color

#288beb #eb8828

#288beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#288beb Color CSS Codes

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

#288beb Text Font Color

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

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


#288beb Background Color

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

This div background color is #288beb


#288beb Border Color

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

This div border color is #288beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288beb


Comments

No comments written yet.

Please login to write comment.