Color Hex Logo

#0aaaec Color Hex

#0AAAEC
(10,170,236)
0 Favorites   0 Comments

Color spaces of #0aaaec

RGB 10170236
HSL0.550.920.48
HSV198°96°93°
CMYK 0.960.280.00   0.07
XYZ29.640234.870184.5253
Yxy34.87010.19890.2340
Hunter Lab59.0509-13.7422-43.5319
CIE-Lab65.6474-12.8625-43.0399

#0aaaec color RGB value is (10,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101010 11101100
Octal 12 252 354
Decimal 10 170 236
Hex A AA EC

RGB Percentages of Color #0aaaec

%2.40
%40.87
%56.73

CMYK Percentages of Color #0aaaec

%96
%28
%0
%7

Triadic Colors of #0aaaec

#0aaaec #ec0aaa #aaec0a

Analogous Colors of #0aaaec

#0aaaec #0a39ec #0aecbd

Monochromatic Colors of #0aaaec

#0aaaec

Complementary Color

#0aaaec #ec4c0a

#0aaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaaec Color CSS Codes

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

#0aaaec Text Font Color

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

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


#0aaaec Background Color

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

This div background color is #0aaaec


#0aaaec Border Color

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

This div border color is #0aaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaaec


Comments

No comments written yet.

Please login to write comment.