Color Hex Logo

#04acdf Color Hex

#04ACDF
(4,172,223)
0 Favorites   0 Comments

Color spaces of #04acdf

RGB 4172223
HSL0.540.960.45
HSV194°98°87°
CMYK 0.980.230.00   0.13
XYZ28.121934.858675.0582
Yxy34.85860.20370.2525
Hunter Lab59.0412-18.3007-34.0457
CIE-Lab65.6384-18.7150-35.9195

#04acdf color RGB value is (4,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101100 11011111
Octal 4 254 337
Decimal 4 172 223
Hex 4 AC DF

RGB Percentages of Color #04acdf

%1.00
%43.11
%55.89

CMYK Percentages of Color #04acdf

%98
%23
%0
%13

Triadic Colors of #04acdf

#04acdf #df04ac #acdf04

Analogous Colors of #04acdf

#04acdf #043fdf #04dfa5

Monochromatic Colors of #04acdf

#04acdf

Complementary Color

#04acdf #df3704

#04acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04acdf Color CSS Codes

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

#04acdf Text Font Color

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

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


#04acdf Background Color

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

This div background color is #04acdf


#04acdf Border Color

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

This div border color is #04acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04acdf


Comments

No comments written yet.

Please login to write comment.