Color Hex Logo

#0aaeca Color Hex

#0AAECA
(10,174,202)
0 Favorites   0 Comments

Color spaces of #0aaeca

RGB 10174202
HSL0.520.910.42
HSV189°95°79°
CMYK 0.950.140.00   0.21
XYZ25.921934.600961.1895
Yxy34.60090.21300.2843
Hunter Lab58.8225-24.2781-20.5000
CIE-Lab65.4368-26.7709-24.6368

#0aaeca color RGB value is (10,174,202).

#0aaeca hex color red value is 10, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0aaeca hue: 0.52 , saturation: 0.91 and the lightness value of 0aaeca is 0.42.

The process color (four color CMYK) of #0aaeca color hex is 0.95, 0.14, 0.00, 0.21. Web safe color of #0aaeca is #0099cc. Color #0aaeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101110 11001010
Octal 12 256 312
Decimal 10 174 202
Hex A AE CA

RGB Percentages of Color #0aaeca

%2.59
%45.08
%52.33

CMYK Percentages of Color #0aaeca

%95
%14
%0
%21

Triadic Colors of #0aaeca

#0aaeca #ca0aae #aeca0a

Analogous Colors of #0aaeca

#0aaeca #0a4eca #0aca86

Monochromatic Colors of #0aaeca

#0aaeca

Complementary Color

#0aaeca #ca260a

#0aaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaeca Color CSS Codes

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

#0aaeca Text Font Color

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

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


#0aaeca Background Color

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

This div background color is #0aaeca


#0aaeca Border Color

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

This div border color is #0aaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaeca


Comments

No comments written yet.

Please login to write comment.