Color Hex Logo

#01aeae Color Hex

#01AEAE
(1,174,174)
0 Favorites   0 Comments

Color spaces of #01aeae

RGB 1174174
HSL0.500.990.34
HSV180°99°68°
CMYK 0.990.000.00   0.32
XYZ22.788633.334545.2775
Yxy33.33450.22470.3287
Hunter Lab57.7360-30.5835-6.0809
CIE-Lab64.4308-36.0644-10.6070

#01aeae color RGB value is (1,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101110 10101110
Octal 1 256 256
Decimal 1 174 174
Hex 1 AE AE

RGB Percentages of Color #01aeae

%0.29
%49.86
%49.86

CMYK Percentages of Color #01aeae

%99
%0
%0
%32

Triadic Colors of #01aeae

#01aeae #ae01ae #aeae01

Analogous Colors of #01aeae

#01aeae #0157ae #01ae58

Monochromatic Colors of #01aeae

#01aeae

Complementary Color

#01aeae #ae0101

#01aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aeae Color CSS Codes

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

#01aeae Text Font Color

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

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


#01aeae Background Color

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

This div background color is #01aeae


#01aeae Border Color

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

This div border color is #01aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aeae


Comments

No comments written yet.

Please login to write comment.