Color Hex Logo

#09a5ef Color Hex

#09A5EF
(9,165,239)
0 Favorites   0 Comments

Color spaces of #09a5ef

RGB 9165239
HSL0.550.930.49
HSV199°96°94°
CMYK 0.960.310.00   0.06
XYZ29.147833.200386.5334
Yxy33.20030.19580.2230
Hunter Lab57.6197-10.5375-48.7081
CIE-Lab64.3228-9.0409-46.7680

#09a5ef color RGB value is (9,165,239).

#09a5ef hex color red value is 9, green value is 165 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #09a5ef hue: 0.55 , saturation: 0.93 and the lightness value of 09a5ef is 0.49.

The process color (four color CMYK) of #09a5ef color hex is 0.96, 0.31, 0.00, 0.06. Web safe color of #09a5ef is #0099ff. Color #09a5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10100101 11101111
Octal 11 245 357
Decimal 9 165 239
Hex 9 A5 EF

RGB Percentages of Color #09a5ef

%2.18
%39.95
%57.87

CMYK Percentages of Color #09a5ef

%96
%31
%0
%6

Triadic Colors of #09a5ef

#09a5ef #ef09a5 #a5ef09

Analogous Colors of #09a5ef

#09a5ef #0932ef #09efc6

Monochromatic Colors of #09a5ef

#09a5ef

Complementary Color

#09a5ef #ef5309

#09a5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09a5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#09a5ef Color CSS Codes

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

#09a5ef Text Font Color

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

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


#09a5ef Background Color

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

This div background color is #09a5ef


#09a5ef Border Color

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

This div border color is #09a5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09a5ef


Comments

No comments written yet.

Please login to write comment.