Color Hex Logo

#09aeae Color Hex

#09AEAE
(9,174,174)
0 Favorites   0 Comments

Color spaces of #09aeae

RGB 9174174
HSL0.500.900.36
HSV180°95°68°
CMYK 0.950.000.00   0.32
XYZ22.888733.386245.2822
Yxy33.38620.22540.3287
Hunter Lab57.7808-30.4072-6.0184
CIE-Lab64.4724-35.7894-10.5405

#09aeae color RGB value is (9,174,174).

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

The process color (four color CMYK) of #09aeae color hex is 0.95, 0.00, 0.00, 0.32. Web safe color of #09aeae is #009999. Color #09aeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101110 10101110
Octal 11 256 256
Decimal 9 174 174
Hex 9 AE AE

RGB Percentages of Color #09aeae

%2.52
%48.74
%48.74

CMYK Percentages of Color #09aeae

%95
%0
%0
%32

Triadic Colors of #09aeae

#09aeae #ae09ae #aeae09

Analogous Colors of #09aeae

#09aeae #095bae #09ae5c

Monochromatic Colors of #09aeae

#09aeae

Complementary Color

#09aeae #ae0909

#09aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#09aeae Color CSS Codes

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

#09aeae Text Font Color

<p style="color:#09aeae">Text here</p>

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


#09aeae Background Color

<div style="background-color:#09aeae">
Div content here</div>

This div background color is #09aeae


#09aeae Border Color

<div style="border:3px solid #09aeae">
Div here</div>

This div border color is #09aeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,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 #09aeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09aeae


Comments

No comments written yet.

Please login to write comment.