Color Hex Logo

#04aede Color Hex

#04AEDE
(4,174,222)
0 Favorites   0 Comments

Color spaces of #04aede

RGB 4174222
HSL0.540.960.44
HSV193°98°87°
CMYK 0.980.220.00   0.13
XYZ28.370935.571874.4780
Yxy35.57180.20500.2570
Hunter Lab59.6421-19.4638-32.2888
CIE-Lab66.1914-20.1182-34.5096

#04aede color RGB value is (4,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101110 11011110
Octal 4 256 336
Decimal 4 174 222
Hex 4 AE DE

RGB Percentages of Color #04aede

%1.00
%43.50
%55.50

CMYK Percentages of Color #04aede

%98
%22
%0
%13

Triadic Colors of #04aede

#04aede #de04ae #aede04

Analogous Colors of #04aede

#04aede #0441de #04dea1

Monochromatic Colors of #04aede

#04aede

Complementary Color

#04aede #de3404

#04aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aede Color CSS Codes

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

#04aede Text Font Color

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

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


#04aede Background Color

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

This div background color is #04aede


#04aede Border Color

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

This div border color is #04aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aede


Comments

No comments written yet.

Please login to write comment.