Color Hex Logo

#289dcd Color Hex

#289DCD
(40,157,205)
0 Favorites   0 Comments

Color spaces of #289dcd

RGB 40157205
HSL0.550.670.48
HSV197°80°80°
CMYK 0.800.230.00   0.20
XYZ23.951528.972862.0875
Yxy28.97280.20830.2519
Hunter Lab53.8264-14.7678-30.7112
CIE-Lab60.7576-15.0353-33.5077

#289dcd color RGB value is (40,157,205).

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

The process color (four color CMYK) of #289dcd color hex is 0.80, 0.23, 0.00, 0.20. Web safe color of #289dcd is #3399cc. Color #289dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011101 11001101
Octal 50 235 315
Decimal 40 157 205
Hex 28 9D CD

RGB Percentages of Color #289dcd

%9.95
%39.05
%51.00

CMYK Percentages of Color #289dcd

%80
%23
%0
%20

Triadic Colors of #289dcd

#289dcd #cd289d #9dcd28

Analogous Colors of #289dcd

#289dcd #284bcd #28cdab

Monochromatic Colors of #289dcd

#289dcd

Complementary Color

#289dcd #cd5828

#289dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#289dcd Color CSS Codes

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

#289dcd Text Font Color

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

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


#289dcd Background Color

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

This div background color is #289dcd


#289dcd Border Color

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

This div border color is #289dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289dcd


Comments

No comments written yet.

Please login to write comment.