Color Hex Logo

#04afdd Color Hex

#04AFDD
(4,175,221)
0 Favorites   0 Comments

Color spaces of #04afdd

RGB 4175221
HSL0.540.960.44
HSV193°98°87°
CMYK 0.980.210.00   0.13
XYZ28.431235.906273.8387
Yxy35.90620.20580.2599
Hunter Lab59.9218-20.1699-31.1149
CIE-Lab66.4482-20.9884-33.5613

#04afdd color RGB value is (4,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101111 11011101
Octal 4 257 335
Decimal 4 175 221
Hex 4 AF DD

RGB Percentages of Color #04afdd

%1.00
%43.75
%55.25

CMYK Percentages of Color #04afdd

%98
%21
%0
%13

Triadic Colors of #04afdd

#04afdd #dd04af #afdd04

Analogous Colors of #04afdd

#04afdd #0443dd #04dd9f

Monochromatic Colors of #04afdd

#04afdd

Complementary Color

#04afdd #dd3204

#04afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04afdd Color CSS Codes

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

#04afdd Text Font Color

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

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


#04afdd Background Color

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

This div background color is #04afdd


#04afdd Border Color

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

This div border color is #04afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04afdd


Comments

No comments written yet.

Please login to write comment.