Color Hex Logo

#289cbd Color Hex

#289CBD
(40,156,189)
0 Favorites   0 Comments

Color spaces of #289cbd

RGB 40156189
HSL0.540.650.45
HSV193°79°74°
CMYK 0.790.170.00   0.26
XYZ21.948827.902252.3729
Yxy27.90220.21470.2730
Hunter Lab52.8225-18.2692-21.8095
CIE-Lab59.8003-19.9686-26.0134

#289cbd color RGB value is (40,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011100 10111101
Octal 50 234 275
Decimal 40 156 189
Hex 28 9C BD

RGB Percentages of Color #289cbd

%10.39
%40.52
%49.09

CMYK Percentages of Color #289cbd

%79
%17
%0
%26

Triadic Colors of #289cbd

#289cbd #bd289c #9cbd28

Analogous Colors of #289cbd

#289cbd #2852bd #28bd94

Monochromatic Colors of #289cbd

#289cbd

Complementary Color

#289cbd #bd4928

#289cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#289cbd Color CSS Codes

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

#289cbd Text Font Color

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

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


#289cbd Background Color

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

This div background color is #289cbd


#289cbd Border Color

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

This div border color is #289cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289cbd


Comments

No comments written yet.

Please login to write comment.