Color Hex Logo

#099eae Color Hex

#099EAE
(9,158,174)
0 Favorites   0 Comments

Color spaces of #099eae

RGB 9158174
HSL0.520.900.36
HSV186°95°68°
CMYK 0.950.090.00   0.32
XYZ19.979527.567844.3125
Yxy27.56780.21750.3001
Hunter Lab52.5050-23.9601-13.2852
CIE-Lab59.4962-28.1214-18.0467

#099eae color RGB value is (9,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011110 10101110
Octal 11 236 256
Decimal 9 158 174
Hex 9 9E AE

RGB Percentages of Color #099eae

%2.64
%46.33
%51.03

CMYK Percentages of Color #099eae

%95
%9
%0
%32

Triadic Colors of #099eae

#099eae #ae099e #9eae09

Analogous Colors of #099eae

#099eae #094bae #09ae6c

Monochromatic Colors of #099eae

#099eae

Complementary Color

#099eae #ae1909

#099eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#099eae Color CSS Codes

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

#099eae Text Font Color

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

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


#099eae Background Color

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

This div background color is #099eae


#099eae Border Color

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

This div border color is #099eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099eae


Comments

No comments written yet.

Please login to write comment.