Color spaces of #09acbf
RGB | 9 | 172 | 191 |
---|---|---|---|
HSL | 0.52 | 0.91 | 0.39 |
HSV | 186° | 95° | 75° |
CMYK | 0.95 | 0.10 | 0.00 0.25 |
XYZ | 24.2692 | 33.3247 | 54.4434 |
Yxy | 33.3247 | 0.2166 | 0.2974 |
Hunter Lab | 57.7275 | -25.9801 | -15.5077 |
CIE-Lab | 64.4230 | -29.4440 | -20.0817 |
#09acbf color RGB value is (9,172,191).
#09acbf hex color red value is 9, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #09acbf hue: 0.52 , saturation: 0.91 and the lightness value of 09acbf is 0.39.
The process color (four color CMYK) of #09acbf color hex is 0.95, 0.10, 0.00, 0.25. Web safe color of #09acbf is #0099cc. Color #09acbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 10101100 | 10111111 |
Octal | 11 | 254 | 277 |
Decimal | 9 | 172 | 191 |
Hex | 9 | AC | BF |
Shades of #09acbf
Tints of #09acbf
RGB Percentages of Color #09acbf
CMYK Percentages of Color #09acbf
Complementary Color
#09acbf | #bf1c09 |
#09acbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09acbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#09acbf Color CSS Codes
.mybgcolor {background-color:#09acbf; } .myforecolor {color:#09acbf; } .mybordercolor {border:3px solid #09acbf; }
#09acbf Text Font Color
<p style="color:#09acbf">Text here</p>
This sample text font color is #09acbf
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.
#09acbf Background Color
<div style="background-color:#09acbf">
Div content here</div>
This div background color is #09acbf
#09acbf Border Color
<div style="border:3px solid #09acbf">
Div here</div>
This div border color is #09acbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,172,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09acbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09acbf; -webkit-box-shadow: 1px 1px 3px 2px #09acbf; box-shadow: 1px 1px 3px 2px #09acbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,172,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #09acbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09acbf; -webkit-box-shadow: 1px 1px 3px 2px #09acbf; box-shadow: 1px 1px 3px 2px #09acbf;">
Div content here</div>
This div box has shadow with color #09acbf
Comments
No comments written yet.
Please login to write comment.