Color Hex Logo

#289bac Color Hex

#289BAC
(40,155,172)
0 Favorites   0 Comments

Color spaces of #289bac

RGB 40155172
HSL0.520.620.42
HSV188°77°67°
CMYK 0.770.100.00   0.33
XYZ20.042826.872443.1602
Yxy26.87240.22250.2983
Hunter Lab51.8386-21.7026-13.0771
CIE-Lab58.8560-25.0482-17.8546

#289bac color RGB value is (40,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011011 10101100
Octal 50 233 254
Decimal 40 155 172
Hex 28 9B AC

RGB Percentages of Color #289bac

%10.90
%42.23
%46.87

CMYK Percentages of Color #289bac

%77
%10
%0
%33

Triadic Colors of #289bac

#289bac #ac289b #9bac28

Analogous Colors of #289bac

#289bac #2859ac #28ac7b

Monochromatic Colors of #289bac

#289bac

Complementary Color

#289bac #ac3928

#289bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#289bac Color CSS Codes

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

#289bac Text Font Color

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

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


#289bac Background Color

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

This div background color is #289bac


#289bac Border Color

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

This div border color is #289bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289bac


Comments

No comments written yet.

Please login to write comment.