Color Hex Logo

#09ebae Color Hex

#09EBAE
(9,235,174)
0 Favorites   0 Comments

Color spaces of #09ebae

RGB 9235174
HSL0.460.930.48
HSV164°96°92°
CMYK 0.960.000.26   0.08
XYZ37.461062.530750.1396
Yxy62.53070.24950.4165
Hunter Lab79.0764-53.822517.7597
CIE-Lab83.1948-60.971416.5819

#09ebae color RGB value is (9,235,174).

#09ebae hex color red value is 9, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #09ebae hue: 0.46 , saturation: 0.93 and the lightness value of 09ebae is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101011 10101110
Octal 11 353 256
Decimal 9 235 174
Hex 9 EB AE

RGB Percentages of Color #09ebae

%2.15
%56.22
%41.63

CMYK Percentages of Color #09ebae

%96
%0
%26
%8

Triadic Colors of #09ebae

#09ebae #ae09eb #ebae09

Analogous Colors of #09ebae

#09ebae #09b7eb #09eb3d

Monochromatic Colors of #09ebae

#09ebae

Complementary Color

#09ebae #eb0946

#09ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ebae Color CSS Codes

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

#09ebae Text Font Color

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

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


#09ebae Background Color

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

This div background color is #09ebae


#09ebae Border Color

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

This div border color is #09ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ebae


Comments

No comments written yet.

Please login to write comment.