Color Hex Logo

#09badc Color Hex

#09BADC
(9,186,220)
0 Favorites   0 Comments

Color spaces of #09badc

RGB 9186220
HSL0.530.920.45
HSV190°96°86°
CMYK 0.960.150.00   0.14
XYZ30.589840.343273.8849
Yxy40.34320.21120.2786
Hunter Lab63.5163-25.1869-24.5073
CIE-Lab69.7133-26.8048-27.9684

#09badc color RGB value is (9,186,220).

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

The process color (four color CMYK) of #09badc color hex is 0.96, 0.15, 0.00, 0.14. Web safe color of #09badc is #00cccc. Color #09badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111010 11011100
Octal 11 272 334
Decimal 9 186 220
Hex 9 BA DC

RGB Percentages of Color #09badc

%2.17
%44.82
%53.01

CMYK Percentages of Color #09badc

%96
%15
%0
%14

Triadic Colors of #09badc

#09badc #dc09ba #badc09

Analogous Colors of #09badc

#09badc #0951dc #09dc95

Monochromatic Colors of #09badc

#09badc

Complementary Color

#09badc #dc2b09

#09badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09badc Color CSS Codes

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

#09badc Text Font Color

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

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


#09badc Background Color

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

This div background color is #09badc


#09badc Border Color

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

This div border color is #09badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09badc


Comments

No comments written yet.

Please login to write comment.