Color Hex Logo

#289ade Color Hex

#289ADE
(40,154,222)
0 Favorites   0 Comments

Color spaces of #289ade

RGB 40154222
HSL0.560.730.51
HSV202°82°87°
CMYK 0.820.310.00   0.13
XYZ25.615528.836273.3231
Yxy28.83620.20050.2257
Hunter Lab53.6993-8.8263-43.3672
CIE-Lab60.6368-7.3640-43.1710

#289ade color RGB value is (40,154,222).

#289ade hex color red value is 40, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #289ade hue: 0.56 , saturation: 0.73 and the lightness value of 289ade is 0.51.

The process color (four color CMYK) of #289ade color hex is 0.82, 0.31, 0.00, 0.13. Web safe color of #289ade is #3399cc. Color #289ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011010 11011110
Octal 50 232 336
Decimal 40 154 222
Hex 28 9A DE

RGB Percentages of Color #289ade

%9.62
%37.02
%53.37

CMYK Percentages of Color #289ade

%82
%31
%0
%13

Triadic Colors of #289ade

#289ade #de289a #9ade28

Analogous Colors of #289ade

#289ade #283fde #28dec7

Monochromatic Colors of #289ade

#289ade

Complementary Color

#289ade #de6c28

#289ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#289ade Color CSS Codes

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

#289ade Text Font Color

<p style="color:#289ade">Text here</p>

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


#289ade Background Color

<div style="background-color:#289ade">
Div content here</div>

This div background color is #289ade


#289ade Border Color

<div style="border:3px solid #289ade">
Div here</div>

This div border color is #289ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,154,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #289ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #289ade;
  -webkit-box-shadow: 1px 1px 3px 2px #289ade;
  box-shadow:         1px 1px 3px 2px #289ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289ade


Comments

No comments written yet.

Please login to write comment.