Color Hex Logo

#098ddb Color Hex

#098DDB
(9,141,219)
0 Favorites   0 Comments

Color spaces of #098ddb

RGB 9141219
HSL0.560.920.45
HSV202°96°86°
CMYK 0.960.360.00   0.14
XYZ22.423724.222370.5113
Yxy24.22230.19140.2068
Hunter Lab49.2162-4.8007-50.4926
CIE-Lab56.3097-2.7263-48.3614

#098ddb color RGB value is (9,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001101 11011011
Octal 11 215 333
Decimal 9 141 219
Hex 9 8D DB

RGB Percentages of Color #098ddb

%2.44
%38.21
%59.35

CMYK Percentages of Color #098ddb

%96
%36
%0
%14

Triadic Colors of #098ddb

#098ddb #db098d #8ddb09

Analogous Colors of #098ddb

#098ddb #0924db #09dbc0

Monochromatic Colors of #098ddb

#098ddb

Complementary Color

#098ddb #db5709

#098ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#098ddb Color CSS Codes

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

#098ddb Text Font Color

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

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


#098ddb Background Color

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

This div background color is #098ddb


#098ddb Border Color

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

This div border color is #098ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098ddb


Comments

No comments written yet.

Please login to write comment.