Color Hex Logo

#09bdae Color Hex

#09BDAE
(9,189,174)
0 Favorites   0 Comments

Color spaces of #09bdae

RGB 9189174
HSL0.490.910.39
HSV175°95°74°
CMYK 0.950.000.08   0.26
XYZ25.950239.509346.3027
Yxy39.50930.23220.3535
Hunter Lab62.8564-36.30520.3240
CIE-Lab69.1186-42.5229-3.6430

#09bdae color RGB value is (9,189,174).

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

The process color (four color CMYK) of #09bdae color hex is 0.95, 0.00, 0.08, 0.26. Web safe color of #09bdae is #00cc99. Color #09bdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111101 10101110
Octal 11 275 256
Decimal 9 189 174
Hex 9 BD AE

RGB Percentages of Color #09bdae

%2.42
%50.81
%46.77

CMYK Percentages of Color #09bdae

%95
%0
%8
%26

Triadic Colors of #09bdae

#09bdae #ae09bd #bdae09

Analogous Colors of #09bdae

#09bdae #0972bd #09bd54

Monochromatic Colors of #09bdae

#09bdae

Complementary Color

#09bdae #bd0918

#09bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bdae Color CSS Codes

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

#09bdae Text Font Color

<p style="color:#09bdae">Text here</p>

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


#09bdae Background Color

<div style="background-color:#09bdae">
Div content here</div>

This div background color is #09bdae


#09bdae Border Color

<div style="border:3px solid #09bdae">
Div here</div>

This div border color is #09bdae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,189,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 #09bdae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bdae


Comments

No comments written yet.

Please login to write comment.