Color Hex Logo

#099dbd Color Hex

#099DBD
(9,157,189)
0 Favorites   0 Comments

Color spaces of #099dbd

RGB 9157189
HSL0.530.910.39
HSV191°95°74°
CMYK 0.950.170.00   0.26
XYZ21.354927.846152.3934
Yxy27.84610.21020.2741
Hunter Lab52.7694-20.1105-21.9290
CIE-Lab59.7494-22.5416-26.1215

#099dbd color RGB value is (9,157,189).

#099dbd hex color red value is 9, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #099dbd hue: 0.53 , saturation: 0.91 and the lightness value of 099dbd is 0.39.

The process color (four color CMYK) of #099dbd color hex is 0.95, 0.17, 0.00, 0.26. Web safe color of #099dbd is #0099cc. Color #099dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011101 10111101
Octal 11 235 275
Decimal 9 157 189
Hex 9 9D BD

RGB Percentages of Color #099dbd

%2.54
%44.23
%53.24

CMYK Percentages of Color #099dbd

%95
%17
%0
%26

Triadic Colors of #099dbd

#099dbd #bd099d #9dbd09

Analogous Colors of #099dbd

#099dbd #0943bd #09bd83

Monochromatic Colors of #099dbd

#099dbd

Complementary Color

#099dbd #bd2909

#099dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#099dbd Color CSS Codes

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

#099dbd Text Font Color

<p style="color:#099dbd">Text here</p>

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


#099dbd Background Color

<div style="background-color:#099dbd">
Div content here</div>

This div background color is #099dbd


#099dbd Border Color

<div style="border:3px solid #099dbd">
Div here</div>

This div border color is #099dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,157,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #099dbd;
  box-shadow:         1px 1px 3px 2px #099dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099dbd


Comments

No comments written yet.

Please login to write comment.