Color Hex Logo

#089dca Color Hex

#089DCA
(8,157,202)
0 Favorites   0 Comments

Color spaces of #089dca

RGB 8157202
HSL0.540.920.41
HSV194°96°79°
CMYK 0.960.220.00   0.21
XYZ22.817828.429860.1620
Yxy28.42980.20480.2552
Hunter Lab53.3196-16.9213-29.5748
CIE-Lab60.2751-18.0190-32.6072

#089dca color RGB value is (8,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011101 11001010
Octal 10 235 312
Decimal 8 157 202
Hex 8 9D CA

RGB Percentages of Color #089dca

%2.18
%42.78
%55.04

CMYK Percentages of Color #089dca

%96
%22
%0
%21

Triadic Colors of #089dca

#089dca #ca089d #9dca08

Analogous Colors of #089dca

#089dca #083cca #08ca96

Monochromatic Colors of #089dca

#089dca

Complementary Color

#089dca #ca3508

#089dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#089dca Color CSS Codes

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

#089dca Text Font Color

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

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


#089dca Background Color

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

This div background color is #089dca


#089dca Border Color

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

This div border color is #089dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,157,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089dca


Comments

No comments written yet.

Please login to write comment.