Color Hex Logo

#09acbf Color Hex

#09ACBF
(9,172,191)
0 Favorites   0 Comments

Color spaces of #09acbf

RGB 9172191
HSL0.520.910.39
HSV186°95°75°
CMYK 0.950.100.00   0.25
XYZ24.269233.324754.4434
Yxy33.32470.21660.2974
Hunter Lab57.7275-25.9801-15.5077
CIE-Lab64.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

BaseRedGreenBlue
Binary 00001001 10101100 10111111
Octal 11 254 277
Decimal 9 172 191
Hex 9 AC BF

RGB Percentages of Color #09acbf

%2.42
%46.24
%51.34

CMYK Percentages of Color #09acbf

%95
%10
%0
%25

Triadic Colors of #09acbf

#09acbf #bf09ac #acbf09

Analogous Colors of #09acbf

#09acbf #0951bf #09bf77

Monochromatic Colors of #09acbf

#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.