Color Hex Logo

#289bee Color Hex

#289BEE
(40,155,238)
0 Favorites   0 Comments

Color spaces of #289bee

RGB 40155238
HSL0.570.850.55
HSV205°83°93°
CMYK 0.830.350.00   0.07
XYZ28.029030.066985.2151
Yxy30.06690.19560.2098
Hunter Lab54.8333-4.7149-53.7579
CIE-Lab61.7119-2.1576-50.3239

#289bee color RGB value is (40,155,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011011 11101110
Octal 50 233 356
Decimal 40 155 238
Hex 28 9B EE

RGB Percentages of Color #289bee

%9.24
%35.80
%54.97

CMYK Percentages of Color #289bee

%83
%35
%0
%7

Triadic Colors of #289bee

#289bee #ee289b #9bee28

Analogous Colors of #289bee

#289bee #2838ee #28eede

Monochromatic Colors of #289bee

#289bee

Complementary Color

#289bee #ee7b28

#289bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#289bee Color CSS Codes

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

#289bee Text Font Color

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

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


#289bee Background Color

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

This div background color is #289bee


#289bee Border Color

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

This div border color is #289bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,155,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 #289bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289bee


Comments

No comments written yet.

Please login to write comment.