Color Hex Logo

#04afde Color Hex

#04AFDE
(4,175,222)
0 Favorites   0 Comments

Color spaces of #04afde

RGB 4175222
HSL0.540.960.44
HSV193°98°87°
CMYK 0.980.210.00   0.13
XYZ28.564935.959774.5426
Yxy35.95970.20540.2586
Hunter Lab59.9664-19.9130-31.7253
CIE-Lab66.4891-20.6414-34.0473

#04afde color RGB value is (4,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101111 11011110
Octal 4 257 336
Decimal 4 175 222
Hex 4 AF DE

RGB Percentages of Color #04afde

%1.00
%43.64
%55.36

CMYK Percentages of Color #04afde

%98
%21
%0
%13

Triadic Colors of #04afde

#04afde #de04af #afde04

Analogous Colors of #04afde

#04afde #0442de #04dea0

Monochromatic Colors of #04afde

#04afde

Complementary Color

#04afde #de3304

#04afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#04afde Color CSS Codes

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

#04afde Text Font Color

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

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


#04afde Background Color

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

This div background color is #04afde


#04afde Border Color

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

This div border color is #04afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04afde


Comments

No comments written yet.

Please login to write comment.