Color Hex Logo

#04acda Color Hex

#04ACDA
(4,172,218)
0 Favorites   0 Comments

Color spaces of #04acda

RGB 4172218
HSL0.540.960.44
HSV193°98°85°
CMYK 0.980.210.00   0.15
XYZ27.457534.592871.5596
Yxy34.59280.20550.2589
Hunter Lab58.8156-19.5964-30.9658
CIE-Lab65.4304-20.4631-33.4893

#04acda color RGB value is (4,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101100 11011010
Octal 4 254 332
Decimal 4 172 218
Hex 4 AC DA

RGB Percentages of Color #04acda

%1.02
%43.65
%55.33

CMYK Percentages of Color #04acda

%98
%21
%0
%15

Triadic Colors of #04acda

#04acda #da04ac #acda04

Analogous Colors of #04acda

#04acda #0441da #04da9d

Monochromatic Colors of #04acda

#04acda

Complementary Color

#04acda #da3204

#04acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#04acda Color CSS Codes

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

#04acda Text Font Color

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

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


#04acda Background Color

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

This div background color is #04acda


#04acda Border Color

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

This div border color is #04acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04acda


Comments

No comments written yet.

Please login to write comment.