Color Hex Logo

#289bcc Color Hex

#289BCC
(40,155,204)
0 Favorites   0 Comments

Color spaces of #289bcc

RGB 40155204
HSL0.550.670.48
HSV198°80°80°
CMYK 0.800.240.00   0.20
XYZ23.495528.253461.3419
Yxy28.25340.20780.2498
Hunter Lab53.1539-14.1175-31.2154
CIE-Lab60.1170-14.2910-33.9457

#289bcc color RGB value is (40,155,204).

#289bcc hex color red value is 40, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #289bcc hue: 0.55 , saturation: 0.67 and the lightness value of 289bcc is 0.48.

The process color (four color CMYK) of #289bcc color hex is 0.80, 0.24, 0.00, 0.20. Web safe color of #289bcc is #3399cc. Color #289bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011011 11001100
Octal 50 233 314
Decimal 40 155 204
Hex 28 9B CC

RGB Percentages of Color #289bcc

%10.03
%38.85
%51.13

CMYK Percentages of Color #289bcc

%80
%24
%0
%20

Triadic Colors of #289bcc

#289bcc #cc289b #9bcc28

Analogous Colors of #289bcc

#289bcc #2849cc #28ccab

Monochromatic Colors of #289bcc

#289bcc

Complementary Color

#289bcc #cc5928

#289bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#289bcc Color CSS Codes

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

#289bcc Text Font Color

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

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


#289bcc Background Color

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

This div background color is #289bcc


#289bcc Border Color

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

This div border color is #289bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289bcc


Comments

No comments written yet.

Please login to write comment.