Color Hex Logo

#289ebc Color Hex

#289EBC
(40,158,188)
0 Favorites   0 Comments

Color spaces of #289ebc

RGB 40158188
HSL0.530.650.45
HSV192°79°74°
CMYK 0.790.160.00   0.26
XYZ22.179028.535751.9159
Yxy28.53570.21610.2780
Hunter Lab53.4188-19.3714-20.2287
CIE-Lab60.3697-21.3541-24.5746

#289ebc color RGB value is (40,158,188).

#289ebc hex color red value is 40, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #289ebc hue: 0.53 , saturation: 0.65 and the lightness value of 289ebc is 0.45.

The process color (four color CMYK) of #289ebc color hex is 0.79, 0.16, 0.00, 0.26. Web safe color of #289ebc is #3399cc. Color #289ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011110 10111100
Octal 50 236 274
Decimal 40 158 188
Hex 28 9E BC

RGB Percentages of Color #289ebc

%10.36
%40.93
%48.70

CMYK Percentages of Color #289ebc

%79
%16
%0
%26

Triadic Colors of #289ebc

#289ebc #bc289e #9ebc28

Analogous Colors of #289ebc

#289ebc #2854bc #28bc90

Monochromatic Colors of #289ebc

#289ebc

Complementary Color

#289ebc #bc4628

#289ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#289ebc Color CSS Codes

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

#289ebc Text Font Color

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

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


#289ebc Background Color

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

This div background color is #289ebc


#289ebc Border Color

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

This div border color is #289ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289ebc


Comments

No comments written yet.

Please login to write comment.