Color Hex Logo

#289ddd Color Hex

#289DDD
(40,157,221)
0 Favorites   0 Comments

Color spaces of #289ddd

RGB 40157221
HSL0.560.730.51
HSV201°82°87°
CMYK 0.820.290.00   0.13
XYZ25.983229.785572.7863
Yxy29.78550.20210.2317
Hunter Lab54.5761-10.5259-40.8698
CIE-Lab61.4687-9.4118-41.3078

#289ddd color RGB value is (40,157,221).

#289ddd hex color red value is 40, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #289ddd hue: 0.56 , saturation: 0.73 and the lightness value of 289ddd is 0.51.

The process color (four color CMYK) of #289ddd color hex is 0.82, 0.29, 0.00, 0.13. Web safe color of #289ddd is #3399cc. Color #289ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011101 11011101
Octal 50 235 335
Decimal 40 157 221
Hex 28 9D DD

RGB Percentages of Color #289ddd

%9.57
%37.56
%52.87

CMYK Percentages of Color #289ddd

%82
%29
%0
%13

Triadic Colors of #289ddd

#289ddd #dd289d #9ddd28

Analogous Colors of #289ddd

#289ddd #2842dd #28ddc3

Monochromatic Colors of #289ddd

#289ddd

Complementary Color

#289ddd #dd6828

#289ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#289ddd Color CSS Codes

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

#289ddd Text Font Color

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

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


#289ddd Background Color

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

This div background color is #289ddd


#289ddd Border Color

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

This div border color is #289ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289ddd


Comments

No comments written yet.

Please login to write comment.