Color Hex Logo

#289dee Color Hex

#289DEE
(40,157,238)
0 Favorites   0 Comments

Color spaces of #289dee

RGB 40157238
HSL0.570.850.55
HSV205°83°93°
CMYK 0.830.340.00   0.07
XYZ28.364730.738185.3270
Yxy30.73810.19640.2128
Hunter Lab55.4420-5.7009-52.4399
CIE-Lab62.2859-3.3084-49.4149

#289dee color RGB value is (40,157,238).

#289dee hex color red value is 40, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #289dee hue: 0.57 , saturation: 0.85 and the lightness value of 289dee is 0.55.

The process color (four color CMYK) of #289dee color hex is 0.83, 0.34, 0.00, 0.07. Web safe color of #289dee is #3399ff. Color #289dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011101 11101110
Octal 50 235 356
Decimal 40 157 238
Hex 28 9D EE

RGB Percentages of Color #289dee

%9.20
%36.09
%54.71

CMYK Percentages of Color #289dee

%83
%34
%0
%7

Triadic Colors of #289dee

#289dee #ee289d #9dee28

Analogous Colors of #289dee

#289dee #283aee #28eedc

Monochromatic Colors of #289dee

#289dee

Complementary Color

#289dee #ee7928

#289dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#289dee Color CSS Codes

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

#289dee Text Font Color

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

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


#289dee Background Color

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

This div background color is #289dee


#289dee Border Color

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

This div border color is #289dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289dee


Comments

No comments written yet.

Please login to write comment.