Color Hex Logo

#289dbb Color Hex

#289DBB
(40,157,187)
0 Favorites   0 Comments

Color spaces of #289dbb

RGB 40157187
HSL0.530.650.45
HSV192°79°73°
CMYK 0.790.160.00   0.27
XYZ21.901728.152951.2934
Yxy28.15290.21610.2778
Hunter Lab53.0593-19.1730-20.1752
CIE-Lab60.0266-21.1638-24.5390

#289dbb color RGB value is (40,157,187).

#289dbb hex color red value is 40, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #289dbb hue: 0.53 , saturation: 0.65 and the lightness value of 289dbb is 0.45.

The process color (four color CMYK) of #289dbb color hex is 0.79, 0.16, 0.00, 0.27. Web safe color of #289dbb is #3399cc. Color #289dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011101 10111011
Octal 50 235 273
Decimal 40 157 187
Hex 28 9D BB

RGB Percentages of Color #289dbb

%10.42
%40.89
%48.70

CMYK Percentages of Color #289dbb

%79
%16
%0
%27

Triadic Colors of #289dbb

#289dbb #bb289d #9dbb28

Analogous Colors of #289dbb

#289dbb #2854bb #28bb90

Monochromatic Colors of #289dbb

#289dbb

Complementary Color

#289dbb #bb4628

#289dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#289dbb Color CSS Codes

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

#289dbb Text Font Color

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

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


#289dbb Background Color

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

This div background color is #289dbb


#289dbb Border Color

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

This div border color is #289dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289dbb


Comments

No comments written yet.

Please login to write comment.