Color Hex Logo

#0aadae Color Hex

#0AADAE
(10,173,174)
0 Favorites   0 Comments

Color spaces of #0aadae

RGB 10173174
HSL0.500.890.36
HSV180°94°68°
CMYK 0.940.010.00   0.32
XYZ22.708733.007745.2186
Yxy33.00770.22500.3270
Hunter Lab57.4523-29.9874-6.4483
CIE-Lab64.1671-35.2912-10.9969

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 10101110
Octal 12 255 256
Decimal 10 173 174
Hex A AD AE

RGB Percentages of Color #0aadae

%2.80
%48.46
%48.74

CMYK Percentages of Color #0aadae

%94
%1
%0
%32

Triadic Colors of #0aadae

#0aadae #ae0aad #adae0a

Analogous Colors of #0aadae

#0aadae #0a5bae #0aae5d

Monochromatic Colors of #0aadae

#0aadae

Complementary Color

#0aadae #ae0b0a

#0aadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadae Color CSS Codes

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

#0aadae Text Font Color

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

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


#0aadae Background Color

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

This div background color is #0aadae


#0aadae Border Color

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

This div border color is #0aadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadae


Comments

No comments written yet.

Please login to write comment.