Color Hex Logo

#04aaef Color Hex

#04AAEF
(4,170,239)
0 Favorites   0 Comments

Color spaces of #04aaef

RGB 4170239
HSL0.550.970.48
HSV198°98°94°
CMYK 0.980.290.00   0.06
XYZ30.004835.007386.8370
Yxy35.00730.19760.2305
Hunter Lab59.1670-13.0211-45.6007
CIE-Lab65.7543-11.9388-44.5162

#04aaef color RGB value is (4,170,239).

#04aaef hex color red value is 4, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #04aaef hue: 0.55 , saturation: 0.97 and the lightness value of 04aaef is 0.48.

The process color (four color CMYK) of #04aaef color hex is 0.98, 0.29, 0.00, 0.06. Web safe color of #04aaef is #0099ff. Color #04aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101010 11101111
Octal 4 252 357
Decimal 4 170 239
Hex 4 AA EF

RGB Percentages of Color #04aaef

%0.97
%41.16
%57.87

CMYK Percentages of Color #04aaef

%98
%29
%0
%6

Triadic Colors of #04aaef

#04aaef #ef04aa #aaef04

Analogous Colors of #04aaef

#04aaef #0435ef #04efbf

Monochromatic Colors of #04aaef

#04aaef

Complementary Color

#04aaef #ef4904

#04aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aaef Color CSS Codes

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

#04aaef Text Font Color

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

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


#04aaef Background Color

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

This div background color is #04aaef


#04aaef Border Color

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

This div border color is #04aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aaef


Comments

No comments written yet.

Please login to write comment.