Color Hex Logo

#04afff Color Hex

#04AFFF
(4,175,255)
0 Favorites   0 Comments

Color spaces of #04afff

RGB 4175255
HSL0.551.000.51
HSV199°98°100°
CMYK 0.980.310.00   0.00
XYZ33.430037.9058100.1623
Yxy37.90580.19490.2210
Hunter Lab61.5677-10.8216-53.3594
CIE-Lab67.9511-8.9169-49.7679

#04afff color RGB value is (4,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101111 11111111
Octal 4 257 377
Decimal 4 175 255
Hex 4 AF FF

RGB Percentages of Color #04afff

%0.92
%40.32
%58.76

CMYK Percentages of Color #04afff

%98
%31
%0
%0

Triadic Colors of #04afff

#04afff #ff04af #afff04

Analogous Colors of #04afff

#04afff #0431ff #04ffd2

Monochromatic Colors of #04afff

#04afff

Complementary Color

#04afff #ff5404

#04afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#04afff Color CSS Codes

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

#04afff Text Font Color

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

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


#04afff Background Color

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

This div background color is #04afff


#04afff Border Color

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

This div border color is #04afff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,175,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 #04afff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04afff


Comments

No comments written yet.

Please login to write comment.