Color Hex Logo

#099dad Color Hex

#099DAD
(9,157,173)
0 Favorites   0 Comments

Color spaces of #099dad

RGB 9157173
HSL0.520.900.36
HSV186°95°68°
CMYK 0.950.090.00   0.32
XYZ19.712527.189143.7442
Yxy27.18910.21750.2999
Hunter Lab52.1432-23.7694-13.2396
CIE-Lab59.1490-27.9547-18.0092

#099dad color RGB value is (9,157,173).

#099dad hex color red value is 9, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #099dad hue: 0.52 , saturation: 0.90 and the lightness value of 099dad is 0.36.

The process color (four color CMYK) of #099dad color hex is 0.95, 0.09, 0.00, 0.32. Web safe color of #099dad is #009999. Color #099dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011101 10101101
Octal 11 235 255
Decimal 9 157 173
Hex 9 9D AD

RGB Percentages of Color #099dad

%2.65
%46.31
%51.03

CMYK Percentages of Color #099dad

%95
%9
%0
%32

Triadic Colors of #099dad

#099dad #ad099d #9dad09

Analogous Colors of #099dad

#099dad #094bad #09ad6b

Monochromatic Colors of #099dad

#099dad

Complementary Color

#099dad #ad1909

#099dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#099dad Color CSS Codes

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

#099dad Text Font Color

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

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


#099dad Background Color

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

This div background color is #099dad


#099dad Border Color

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

This div border color is #099dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099dad


Comments

No comments written yet.

Please login to write comment.