Color Hex Logo

#098bdc Color Hex

#098BDC
(9,139,220)
0 Favorites   0 Comments

Color spaces of #098bdc

RGB 9139220
HSL0.560.920.45
HSV203°96°86°
CMYK 0.960.370.00   0.14
XYZ22.263523.690671.1095
Yxy23.69060.19020.2024
Hunter Lab48.6730-3.5301-52.5495
CIE-Lab55.7767-1.1663-49.7683

#098bdc color RGB value is (9,139,220).

#098bdc hex color red value is 9, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #098bdc hue: 0.56 , saturation: 0.92 and the lightness value of 098bdc is 0.45.

The process color (four color CMYK) of #098bdc color hex is 0.96, 0.37, 0.00, 0.14. Web safe color of #098bdc is #0099cc. Color #098bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001011 11011100
Octal 11 213 334
Decimal 9 139 220
Hex 9 8B DC

RGB Percentages of Color #098bdc

%2.45
%37.77
%59.78

CMYK Percentages of Color #098bdc

%96
%37
%0
%14

Triadic Colors of #098bdc

#098bdc #dc098b #8bdc09

Analogous Colors of #098bdc

#098bdc #0921dc #09dcc4

Monochromatic Colors of #098bdc

#098bdc

Complementary Color

#098bdc #dc5a09

#098bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#098bdc Color CSS Codes

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

#098bdc Text Font Color

<p style="color:#098bdc">Text here</p>

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


#098bdc Background Color

<div style="background-color:#098bdc">
Div content here</div>

This div background color is #098bdc


#098bdc Border Color

<div style="border:3px solid #098bdc">
Div here</div>

This div border color is #098bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,139,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #098bdc;
  box-shadow:         1px 1px 3px 2px #098bdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,139,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098bdc


Comments

No comments written yet.

Please login to write comment.