Color Hex Logo

#04aed9 Color Hex

#04AED9
(4,174,217)
0 Favorites   0 Comments

Color spaces of #04aed9

RGB 4174217
HSL0.530.960.43
HSV192°98°85°
CMYK 0.980.200.00   0.15
XYZ27.710535.307771.0002
Yxy35.30770.20680.2635
Hunter Lab59.4203-20.7425-29.2503
CIE-Lab65.9875-21.8524-32.0744

#04aed9 color RGB value is (4,174,217).

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

The process color (four color CMYK) of #04aed9 color hex is 0.98, 0.20, 0.00, 0.15. Web safe color of #04aed9 is #0099cc. Color #04aed9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101110 11011001
Octal 4 256 331
Decimal 4 174 217
Hex 4 AE D9

RGB Percentages of Color #04aed9

%1.01
%44.05
%54.94

CMYK Percentages of Color #04aed9

%98
%20
%0
%15

Triadic Colors of #04aed9

#04aed9 #d904ae #aed904

Analogous Colors of #04aed9

#04aed9 #0443d9 #04d99a

Monochromatic Colors of #04aed9

#04aed9

Complementary Color

#04aed9 #d92f04

#04aed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aed9 Color CSS Codes

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

#04aed9 Text Font Color

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

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


#04aed9 Background Color

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

This div background color is #04aed9


#04aed9 Border Color

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

This div border color is #04aed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aed9


Comments

No comments written yet.

Please login to write comment.