Color Hex Logo

#09aefa Color Hex

#09AEFA
(9,174,250)
0 Favorites   0 Comments

Color spaces of #09aefa

RGB 9174250
HSL0.550.960.51
HSV199°96°98°
CMYK 0.960.300.00   0.02
XYZ32.504037.232395.9159
Yxy37.23230.19620.2248
Hunter Lab61.0183-11.6963-50.4864
CIE-Lab67.4509-10.0503-47.8417

#09aefa color RGB value is (9,174,250).

#09aefa hex color red value is 9, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #09aefa hue: 0.55 , saturation: 0.96 and the lightness value of 09aefa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101110 11111010
Octal 11 256 372
Decimal 9 174 250
Hex 9 AE FA

RGB Percentages of Color #09aefa

%2.08
%40.18
%57.74

CMYK Percentages of Color #09aefa

%96
%30
%0
%2

Triadic Colors of #09aefa

#09aefa #fa09ae #aefa09

Analogous Colors of #09aefa

#09aefa #0936fa #09face

Monochromatic Colors of #09aefa

#09aefa

Complementary Color

#09aefa #fa5509

#09aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#09aefa Color CSS Codes

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

#09aefa Text Font Color

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

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


#09aefa Background Color

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

This div background color is #09aefa


#09aefa Border Color

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

This div border color is #09aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09aefa

Related Colors


Comments

No comments written yet.

Please login to write comment.