Color Hex Logo

#289bab Color Hex

#289BAB
(40,155,171)
0 Favorites   0 Comments

Color spaces of #289bab

RGB 40155171
HSL0.520.620.41
HSV187°77°67°
CMYK 0.770.090.00   0.33
XYZ19.947126.834142.6562
Yxy26.83410.22300.3000
Hunter Lab51.8016-21.9184-12.5614
CIE-Lab58.8205-25.3692-17.3418

#289bab color RGB value is (40,155,171).

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

The process color (four color CMYK) of #289bab color hex is 0.77, 0.09, 0.00, 0.33. Web safe color of #289bab is #339999. Color #289bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011011 10101011
Octal 50 233 253
Decimal 40 155 171
Hex 28 9B AB

RGB Percentages of Color #289bab

%10.93
%42.35
%46.72

CMYK Percentages of Color #289bab

%77
%9
%0
%33

Triadic Colors of #289bab

#289bab #ab289b #9bab28

Analogous Colors of #289bab

#289bab #2859ab #28ab7a

Monochromatic Colors of #289bab

#289bab

Complementary Color

#289bab #ab3828

#289bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#289bab Color CSS Codes

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

#289bab Text Font Color

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

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


#289bab Background Color

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

This div background color is #289bab


#289bab Border Color

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

This div border color is #289bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289bab


Comments

No comments written yet.

Please login to write comment.