Color Hex Logo

#09e6ba Color Hex

#09E6BA
(9,230,186)
0 Favorites   0 Comments

Color spaces of #09e6ba

RGB 9230186
HSL0.470.920.47
HSV168°96°90°
CMYK 0.960.000.19   0.10
XYZ37.272460.196956.1091
Yxy60.19690.24270.3920
Hunter Lab77.5867-50.025811.4333
CIE-Lab81.9451-56.20088.5262

#09e6ba color RGB value is (9,230,186).

#09e6ba hex color red value is 9, green value is 230 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #09e6ba hue: 0.47 , saturation: 0.92 and the lightness value of 09e6ba is 0.47.

The process color (four color CMYK) of #09e6ba color hex is 0.96, 0.00, 0.19, 0.10. Web safe color of #09e6ba is #00ffcc. Color #09e6ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11100110 10111010
Octal 11 346 272
Decimal 9 230 186
Hex 9 E6 BA

RGB Percentages of Color #09e6ba

%2.12
%54.12
%43.76

CMYK Percentages of Color #09e6ba

%96
%0
%19
%10

Triadic Colors of #09e6ba

#09e6ba #ba09e6 #e6ba09

Analogous Colors of #09e6ba

#09e6ba #09a4e6 #09e64c

Monochromatic Colors of #09e6ba

#09e6ba

Complementary Color

#09e6ba #e60935

#09e6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09e6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#09e6ba Color CSS Codes

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

#09e6ba Text Font Color

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

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


#09e6ba Background Color

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

This div background color is #09e6ba


#09e6ba Border Color

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

This div border color is #09e6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09e6ba


Comments

No comments written yet.

Please login to write comment.