color codes Logo

#09abce color codes

#09ABCE
(9,171,206)
0 Favorites   0 Comments

Color spaces of #09abce

RGB 9171206
HSL0.530.920.42
HSV191°96°81°
CMYK 0.960.170.00   0.19
XYZ25.816133.640163.5251
Yxy33.64010.20990.2735
Hunter Lab58.0001-22.0490-24.3378
CIE-Lab64.6759-23.9330-28.0224

#09abce color RGB value is (9,171,206).

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

The process color (four color CMYK) of #09abce color code is 0.96, 0.17, 0.00, 0.19. Web safe color of #09abce is #0099cc. Color #09abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101011 11001110
Octal 11 253 316
Decimal 9 171 206
Hex 9 AB CE

RGB Percentages of Color #09abce

%2.33
%44.30
%53.37

CMYK Percentages of Color #09abce

%96
%17
%0
%19

Triadic Colors of #09abce

#09abce #ce09ab #abce09

Analogous Colors of #09abce

#09abce #0949ce #09ce8f

Monochromatic Colors of #09abce

#09abce

Complementary Color

#09abce #ce2c09

#09abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#09abce Color CSS Codes

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

#09abce Text Font Color

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

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


#09abce Background Color

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

This div background color is #09abce


#09abce Border Color

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

This div border color is #09abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09abce


Comments

No comments written yet.

Please login to write comment.