Color Hex Logo

#289bad Color Hex

#289BAD
(40,155,173)
0 Favorites   0 Comments

Color spaces of #289bad

RGB 40155173
HSL0.520.620.42
HSV188°77°68°
CMYK 0.770.100.00   0.32
XYZ20.139226.910943.6680
Yxy26.91090.22200.2966
Hunter Lab51.8757-21.4852-13.5962
CIE-Lab58.8918-24.7258-18.3669

#289bad color RGB value is (40,155,173).

#289bad hex color red value is 40, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #289bad hue: 0.52 , saturation: 0.62 and the lightness value of 289bad is 0.42.

The process color (four color CMYK) of #289bad color hex is 0.77, 0.10, 0.00, 0.32. Web safe color of #289bad is #339999. Color #289bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011011 10101101
Octal 50 233 255
Decimal 40 155 173
Hex 28 9B AD

RGB Percentages of Color #289bad

%10.87
%42.12
%47.01

CMYK Percentages of Color #289bad

%77
%10
%0
%32

Triadic Colors of #289bad

#289bad #ad289b #9bad28

Analogous Colors of #289bad

#289bad #2859ad #28ad7d

Monochromatic Colors of #289bad

#289bad

Complementary Color

#289bad #ad3a28

#289bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#289bad Color CSS Codes

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

#289bad Text Font Color

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

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


#289bad Background Color

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

This div background color is #289bad


#289bad Border Color

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

This div border color is #289bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289bad


Comments

No comments written yet.

Please login to write comment.