Color Hex Logo

#0aafef Color Hex

#0AAFEF
(10,175,239)
0 Favorites   0 Comments

Color spaces of #0aafef

RGB 10175239
HSL0.550.920.49
HSV197°96°94°
CMYK 0.960.270.00   0.06
XYZ31.035136.956587.1589
Yxy36.95650.20000.2382
Hunter Lab60.7919-15.2590-42.4513
CIE-Lab67.2444-14.5084-42.1760

#0aafef color RGB value is (10,175,239).

#0aafef hex color red value is 10, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0aafef hue: 0.55 , saturation: 0.92 and the lightness value of 0aafef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101111 11101111
Octal 12 257 357
Decimal 10 175 239
Hex A AF EF

RGB Percentages of Color #0aafef

%2.36
%41.27
%56.37

CMYK Percentages of Color #0aafef

%96
%27
%0
%6

Triadic Colors of #0aafef

#0aafef #ef0aaf #afef0a

Analogous Colors of #0aafef

#0aafef #0a3cef #0aefbd

Monochromatic Colors of #0aafef

#0aafef

Complementary Color

#0aafef #ef4a0a

#0aafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aafef Color CSS Codes

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

#0aafef Text Font Color

<p style="color:#0aafef">Text here</p>

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


#0aafef Background Color

<div style="background-color:#0aafef">
Div content here</div>

This div background color is #0aafef


#0aafef Border Color

<div style="border:3px solid #0aafef">
Div here</div>

This div border color is #0aafef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,175,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0aafef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0aafef;
  -webkit-box-shadow: 1px 1px 3px 2px #0aafef;
  box-shadow:         1px 1px 3px 2px #0aafef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,175,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 #0aafef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aafef


Comments

No comments written yet.

Please login to write comment.