Color Hex Logo

#288ead Color Hex

#288EAD
(40,142,173)
0 Favorites   0 Comments

Color spaces of #288ead

RGB 40142173
HSL0.540.620.42
HSV194°77°68°
CMYK 0.770.180.00   0.32
XYZ18.090922.814242.9853
Yxy22.81420.21560.2720
Hunter Lab47.7642-15.9797-19.9230
CIE-Lab54.8804-17.9048-24.5103

#288ead color RGB value is (40,142,173).

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

The process color (four color CMYK) of #288ead color hex is 0.77, 0.18, 0.00, 0.32. Web safe color of #288ead is #339999. Color #288ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001110 10101101
Octal 50 216 255
Decimal 40 142 173
Hex 28 8E AD

RGB Percentages of Color #288ead

%11.27
%40.00
%48.73

CMYK Percentages of Color #288ead

%77
%18
%0
%32

Triadic Colors of #288ead

#288ead #ad288e #8ead28

Analogous Colors of #288ead

#288ead #284cad #28ad8a

Monochromatic Colors of #288ead

#288ead

Complementary Color

#288ead #ad4728

#288ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#288ead Color CSS Codes

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

#288ead Text Font Color

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

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


#288ead Background Color

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

This div background color is #288ead


#288ead Border Color

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

This div border color is #288ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288ead


Comments

No comments written yet.

Please login to write comment.