Color Hex Logo

#04aeac Color Hex

#04AEAC
(4,174,172)
0 Favorites   0 Comments

Color spaces of #04aeac

RGB 4174172
HSL0.500.960.35
HSV179°98°68°
CMYK 0.980.000.01   0.32
XYZ22.632533.276544.2599
Yxy33.27650.22590.3322
Hunter Lab57.6858-30.9173-5.1107
CIE-Lab64.3842-36.5741-9.5606

#04aeac color RGB value is (4,174,172).

#04aeac hex color red value is 4, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #04aeac hue: 0.50 , saturation: 0.96 and the lightness value of 04aeac is 0.35.

The process color (four color CMYK) of #04aeac color hex is 0.98, 0.00, 0.01, 0.32. Web safe color of #04aeac is #009999. Color #04aeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101110 10101100
Octal 4 256 254
Decimal 4 174 172
Hex 4 AE AC

RGB Percentages of Color #04aeac

%1.14
%49.71
%49.14

CMYK Percentages of Color #04aeac

%98
%0
%1
%32

Triadic Colors of #04aeac

#04aeac #ac04ae #aeac04

Analogous Colors of #04aeac

#04aeac #045bae #04ae57

Monochromatic Colors of #04aeac

#04aeac

Complementary Color

#04aeac #ae0406

#04aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aeac Color CSS Codes

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

#04aeac Text Font Color

<p style="color:#04aeac">Text here</p>

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


#04aeac Background Color

<div style="background-color:#04aeac">
Div content here</div>

This div background color is #04aeac


#04aeac Border Color

<div style="border:3px solid #04aeac">
Div here</div>

This div border color is #04aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aeac


Comments

No comments written yet.

Please login to write comment.