Color Hex Logo

#288cef Color Hex

#288CEF
(40,140,239)
0 Favorites   0 Comments

Color spaces of #288cef

RGB 40140239
HSL0.580.860.55
HSV210°83°94°
CMYK 0.830.410.00   0.06
XYZ25.833125.439385.2101
Yxy25.43930.18930.1864
Hunter Lab50.43743.1590-64.8597
CIE-Lab57.50107.0644-57.5806

#288cef color RGB value is (40,140,239).

#288cef hex color red value is 40, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #288cef hue: 0.58 , saturation: 0.86 and the lightness value of 288cef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001100 11101111
Octal 50 214 357
Decimal 40 140 239
Hex 28 8C EF

RGB Percentages of Color #288cef

%9.55
%33.41
%57.04

CMYK Percentages of Color #288cef

%83
%41
%0
%6

Triadic Colors of #288cef

#288cef #ef288c #8cef28

Analogous Colors of #288cef

#288cef #2829ef #28efef

Monochromatic Colors of #288cef

#288cef

Complementary Color

#288cef #ef8b28

#288cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#288cef Color CSS Codes

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

#288cef Text Font Color

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

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


#288cef Background Color

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

This div background color is #288cef


#288cef Border Color

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

This div border color is #288cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288cef


Comments

No comments written yet.

Please login to write comment.