Color Hex Logo

#09a3b9 Color Hex

#09A3B9
(9,163,185)
0 Favorites   0 Comments

Color spaces of #09a3b9

RGB 9163185
HSL0.520.910.38
HSV188°95°73°
CMYK 0.950.120.00   0.27
XYZ21.966829.755250.4845
Yxy29.75520.21490.2911
Hunter Lab54.5483-23.5770-16.6891
CIE-Lab61.4424-26.9630-21.2756

#09a3b9 color RGB value is (9,163,185).

#09a3b9 hex color red value is 9, green value is 163 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #09a3b9 hue: 0.52 , saturation: 0.91 and the lightness value of 09a3b9 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10100011 10111001
Octal 11 243 271
Decimal 9 163 185
Hex 9 A3 B9

RGB Percentages of Color #09a3b9

%2.52
%45.66
%51.82

CMYK Percentages of Color #09a3b9

%95
%12
%0
%27

Triadic Colors of #09a3b9

#09a3b9 #b909a3 #a3b909

Analogous Colors of #09a3b9

#09a3b9 #094bb9 #09b977

Monochromatic Colors of #09a3b9

#09a3b9

Complementary Color

#09a3b9 #b91f09

#09a3b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09a3b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09a3b9 Color CSS Codes

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

#09a3b9 Text Font Color

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

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


#09a3b9 Background Color

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

This div background color is #09a3b9


#09a3b9 Border Color

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

This div border color is #09a3b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09a3b9


Comments

No comments written yet.

Please login to write comment.