Color Hex Logo

#0aaeae Color Hex

#0AAEAE
(10,174,174)
0 Favorites   0 Comments

Color spaces of #0aaeae

RGB 10174174
HSL0.500.890.36
HSV180°94°68°
CMYK 0.940.000.00   0.32
XYZ22.901233.392645.2828
Yxy33.39260.22550.3287
Hunter Lab57.7863-30.3851-6.0107
CIE-Lab64.4775-35.7550-10.5323

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

#0aaeae hex color red value is 10, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0aaeae hue: 0.50 , saturation: 0.89 and the lightness value of 0aaeae is 0.36.

The process color (four color CMYK) of #0aaeae color hex is 0.94, 0.00, 0.00, 0.32. Web safe color of #0aaeae is #009999. Color #0aaeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101110 10101110
Octal 12 256 256
Decimal 10 174 174
Hex A AE AE

RGB Percentages of Color #0aaeae

%2.79
%48.60
%48.60

CMYK Percentages of Color #0aaeae

%94
%0
%0
%32

Triadic Colors of #0aaeae

#0aaeae #ae0aae #aeae0a

Analogous Colors of #0aaeae

#0aaeae #0a5cae #0aae5c

Monochromatic Colors of #0aaeae

#0aaeae

Complementary Color

#0aaeae #ae0a0a

#0aaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaeae Color CSS Codes

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

#0aaeae Text Font Color

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

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


#0aaeae Background Color

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

This div background color is #0aaeae


#0aaeae Border Color

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

This div border color is #0aaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaeae


Comments

No comments written yet.

Please login to write comment.