Color Hex Logo

#09abdf Color Hex

#09ABDF
(9,171,223)
0 Favorites   0 Comments

Color spaces of #09abdf

RGB 9171223
HSL0.540.920.45
HSV195°96°87°
CMYK 0.960.230.00   0.13
XYZ27.994834.511674.9980
Yxy34.51160.20360.2510
Hunter Lab58.7466-17.7450-34.5692
CIE-Lab65.3666-18.0462-36.3408

#09abdf color RGB value is (9,171,223).

#09abdf hex color red value is 9, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #09abdf hue: 0.54 , saturation: 0.92 and the lightness value of 09abdf is 0.45.

The process color (four color CMYK) of #09abdf color hex is 0.96, 0.23, 0.00, 0.13. Web safe color of #09abdf is #0099cc. Color #09abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101011 11011111
Octal 11 253 337
Decimal 9 171 223
Hex 9 AB DF

RGB Percentages of Color #09abdf

%2.23
%42.43
%55.33

CMYK Percentages of Color #09abdf

%96
%23
%0
%13

Triadic Colors of #09abdf

#09abdf #df09ab #abdf09

Analogous Colors of #09abdf

#09abdf #0940df #09dfa8

Monochromatic Colors of #09abdf

#09abdf

Complementary Color

#09abdf #df3d09

#09abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09abdf Color CSS Codes

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

#09abdf Text Font Color

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

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


#09abdf Background Color

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

This div background color is #09abdf


#09abdf Border Color

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

This div border color is #09abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09abdf


Comments

No comments written yet.

Please login to write comment.