Color Hex Logo

#04aeaf Color Hex

#04AEAF
(4,174,175)
0 Favorites   0 Comments

Color spaces of #04aeaf

RGB 4174175
HSL0.500.960.35
HSV180°98°69°
CMYK 0.980.010.00   0.31
XYZ22.924033.393145.7947
Yxy33.39310.22450.3270
Hunter Lab57.7868-30.3159-6.5352
CIE-Lab64.4779-35.6535-11.0920

#04aeaf color RGB value is (4,174,175).

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

The process color (four color CMYK) of #04aeaf color hex is 0.98, 0.01, 0.00, 0.31. Web safe color of #04aeaf is #009999. Color #04aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101110 10101111
Octal 4 256 257
Decimal 4 174 175
Hex 4 AE AF

RGB Percentages of Color #04aeaf

%1.13
%49.29
%49.58

CMYK Percentages of Color #04aeaf

%98
%1
%0
%31

Triadic Colors of #04aeaf

#04aeaf #af04ae #aeaf04

Analogous Colors of #04aeaf

#04aeaf #0459af #04af5a

Monochromatic Colors of #04aeaf

#04aeaf

Complementary Color

#04aeaf #af0504

#04aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aeaf Color CSS Codes

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

#04aeaf Text Font Color

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

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


#04aeaf Background Color

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

This div background color is #04aeaf


#04aeaf Border Color

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

This div border color is #04aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aeaf


Comments

No comments written yet.

Please login to write comment.