Color Hex Logo

#0aaaee Color Hex

#0AAAEE
(10,170,238)
0 Favorites   0 Comments

Color spaces of #0aaaee

RGB 10170238
HSL0.550.920.49
HSV198°96°93°
CMYK 0.960.290.00   0.07
XYZ29.932534.987086.0645
Yxy34.98700.19820.2317
Hunter Lab59.1498-13.1830-44.8636
CIE-Lab65.7385-12.1444-43.9918

#0aaaee color RGB value is (10,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101010 11101110
Octal 12 252 356
Decimal 10 170 238
Hex A AA EE

RGB Percentages of Color #0aaaee

%2.39
%40.67
%56.94

CMYK Percentages of Color #0aaaee

%96
%29
%0
%7

Triadic Colors of #0aaaee

#0aaaee #ee0aaa #aaee0a

Analogous Colors of #0aaaee

#0aaaee #0a38ee #0aeec0

Monochromatic Colors of #0aaaee

#0aaaee

Complementary Color

#0aaaee #ee4e0a

#0aaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaaee Color CSS Codes

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

#0aaaee Text Font Color

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

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


#0aaaee Background Color

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

This div background color is #0aaaee


#0aaaee Border Color

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

This div border color is #0aaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaaee


Comments

No comments written yet.

Please login to write comment.