Color Hex Logo

#0aafee Color Hex

#0AAFEE
(10,175,238)
0 Favorites   0 Comments

Color spaces of #0aafee

RGB 10175238
HSL0.550.920.49
HSV197°96°93°
CMYK 0.960.260.00   0.07
XYZ30.887836.897586.3829
Yxy36.89750.20040.2393
Hunter Lab60.7433-15.5341-41.7958
CIE-Lab67.2001-14.8629-41.6997

#0aafee color RGB value is (10,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101111 11101110
Octal 12 257 356
Decimal 10 175 238
Hex A AF EE

RGB Percentages of Color #0aafee

%2.36
%41.37
%56.26

CMYK Percentages of Color #0aafee

%96
%26
%0
%7

Triadic Colors of #0aafee

#0aafee #ee0aaf #afee0a

Analogous Colors of #0aafee

#0aafee #0a3dee #0aeebb

Monochromatic Colors of #0aafee

#0aafee

Complementary Color

#0aafee #ee490a

#0aafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aafee Color CSS Codes

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

#0aafee Text Font Color

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

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


#0aafee Background Color

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

This div background color is #0aafee


#0aafee Border Color

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

This div border color is #0aafee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,175,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aafee

#0aafee Color Palettes


Comments

No comments written yet.

Please login to write comment.