Color Hex Logo

#04adff Color Hex

#04ADFF
(4,173,255)
0 Favorites   0 Comments

Color spaces of #04adff

RGB 4173255
HSL0.551.000.51
HSV200°98°100°
CMYK 0.980.320.00   0.00
XYZ33.043637.1330100.0335
Yxy37.13300.19410.2182
Hunter Lab60.9369-9.8461-54.6742
CIE-Lab67.3767-7.8060-50.6749

#04adff color RGB value is (4,173,255).

#04adff hex color red value is 4, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #04adff hue: 0.55 , saturation: 1.00 and the lightness value of 04adff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101101 11111111
Octal 4 255 377
Decimal 4 173 255
Hex 4 AD FF

RGB Percentages of Color #04adff

%0.93
%40.05
%59.03

CMYK Percentages of Color #04adff

%98
%32
%0
%0

Triadic Colors of #04adff

#04adff #ff04ad #adff04

Analogous Colors of #04adff

#04adff #042fff #04ffd4

Monochromatic Colors of #04adff

#04adff

Complementary Color

#04adff #ff5604

#04adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#04adff Color CSS Codes

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

#04adff Text Font Color

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

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


#04adff Background Color

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

This div background color is #04adff


#04adff Border Color

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

This div border color is #04adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04adff

Related Colors


Comments

No comments written yet.

Please login to write comment.