Color Hex Logo

#089ccf Color Hex

#089CCF
(8,156,207)
0 Favorites   0 Comments

Color spaces of #089ccf

RGB 8156207
HSL0.540.930.42
HSV195°96°81°
CMYK 0.960.250.00   0.19
XYZ23.251128.333663.2749
Yxy28.33360.20240.2467
Hunter Lab53.2293-15.1807-33.2189
CIE-Lab60.1889-15.6930-35.5388

#089ccf color RGB value is (8,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011100 11001111
Octal 10 234 317
Decimal 8 156 207
Hex 8 9C CF

RGB Percentages of Color #089ccf

%2.16
%42.05
%55.80

CMYK Percentages of Color #089ccf

%96
%25
%0
%19

Triadic Colors of #089ccf

#089ccf #cf089c #9ccf08

Analogous Colors of #089ccf

#089ccf #0839cf #08cf9f

Monochromatic Colors of #089ccf

#089ccf

Complementary Color

#089ccf #cf3b08

#089ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#089ccf Color CSS Codes

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

#089ccf Text Font Color

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

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


#089ccf Background Color

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

This div background color is #089ccf


#089ccf Border Color

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

This div border color is #089ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089ccf


Comments

No comments written yet.

Please login to write comment.