Color Hex Logo

#09bead Color Hex

#09BEAD
(9,190,173)
0 Favorites   0 Comments

Color spaces of #09bead

RGB 9190173
HSL0.480.910.39
HSV174°95°75°
CMYK 0.950.000.09   0.25
XYZ26.068939.902145.8631
Yxy39.90210.23310.3568
Hunter Lab63.1681-36.87891.1703
CIE-Lab69.3997-43.2410-2.6807

#09bead color RGB value is (9,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111110 10101101
Octal 11 276 255
Decimal 9 190 173
Hex 9 BE AD

RGB Percentages of Color #09bead

%2.42
%51.08
%46.51

CMYK Percentages of Color #09bead

%95
%0
%9
%25

Triadic Colors of #09bead

#09bead #ad09be #bead09

Analogous Colors of #09bead

#09bead #0975be #09be53

Monochromatic Colors of #09bead

#09bead

Complementary Color

#09bead #be091a

#09bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bead Color CSS Codes

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

#09bead Text Font Color

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

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


#09bead Background Color

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

This div background color is #09bead


#09bead Border Color

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

This div border color is #09bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bead


Comments

No comments written yet.

Please login to write comment.