Color Hex Logo

#09afbd Color Hex

#09AFBD
(9,175,189)
0 Favorites   0 Comments

Color spaces of #09afbd

RGB 9175189
HSL0.510.910.39
HSV185°95°74°
CMYK 0.950.070.00   0.26
XYZ24.627934.392153.4844
Yxy34.39210.21890.3057
Hunter Lab58.6448-27.6672-13.0215
CIE-Lab65.2726-31.5511-17.6792

#09afbd color RGB value is (9,175,189).

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

The process color (four color CMYK) of #09afbd color hex is 0.95, 0.07, 0.00, 0.26. Web safe color of #09afbd is #0099cc. Color #09afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101111 10111101
Octal 11 257 275
Decimal 9 175 189
Hex 9 AF BD

RGB Percentages of Color #09afbd

%2.41
%46.92
%50.67

CMYK Percentages of Color #09afbd

%95
%7
%0
%26

Triadic Colors of #09afbd

#09afbd #bd09af #afbd09

Analogous Colors of #09afbd

#09afbd #0955bd #09bd71

Monochromatic Colors of #09afbd

#09afbd

Complementary Color

#09afbd #bd1709

#09afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09afbd Color CSS Codes

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

#09afbd Text Font Color

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

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


#09afbd Background Color

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

This div background color is #09afbd


#09afbd Border Color

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

This div border color is #09afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09afbd


Comments

No comments written yet.

Please login to write comment.