Color Hex Logo

#089bcc Color Hex

#089BCC
(8,155,204)
1 Favorites   1 Comments

Color spaces of #089bcc

RGB 8155204
HSL0.540.920.42
HSV195°96°80°
CMYK 0.960.240.00   0.20
XYZ22.720627.853961.3056
Yxy27.85390.20310.2490
Hunter Lab52.7768-15.5145-31.9276
CIE-Lab59.7565-16.2257-34.5346

#089bcc color RGB value is (8,155,204).

#089bcc hex color red value is 8, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #089bcc hue: 0.54 , saturation: 0.92 and the lightness value of 089bcc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011011 11001100
Octal 10 233 314
Decimal 8 155 204
Hex 8 9B CC

RGB Percentages of Color #089bcc

%2.18
%42.23
%55.59

CMYK Percentages of Color #089bcc

%96
%24
%0
%20

Triadic Colors of #089bcc

#089bcc #cc089b #9bcc08

Analogous Colors of #089bcc

#089bcc #0839cc #08cc9b

Monochromatic Colors of #089bcc

#089bcc

Complementary Color

#089bcc #cc3908

#089bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#089bcc Color CSS Codes

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

#089bcc Text Font Color

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

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


#089bcc Background Color

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

This div background color is #089bcc


#089bcc Border Color

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

This div border color is #089bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,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 #089bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089bcc


Comments

11 Mar 2024, 4:15 M1CR0POP

weezer blue

Please login to write comment.