Color Hex Logo

#04acea Color Hex

#04ACEA
(4,172,234)
0 Favorites   0 Comments

Color spaces of #04acea

RGB 4172234
HSL0.540.970.47
HSV196°98°92°
CMYK 0.980.260.00   0.08
XYZ29.653935.471483.1256
Yxy35.47140.20000.2393
Hunter Lab59.5579-15.3510-41.0612
CIE-Lab66.1140-14.8216-41.2151

#04acea color RGB value is (4,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101100 11101010
Octal 4 254 352
Decimal 4 172 234
Hex 4 AC EA

RGB Percentages of Color #04acea

%0.98
%41.95
%57.07

CMYK Percentages of Color #04acea

%98
%26
%0
%8

Triadic Colors of #04acea

#04acea #ea04ac #acea04

Analogous Colors of #04acea

#04acea #0439ea #04eab5

Monochromatic Colors of #04acea

#04acea

Complementary Color

#04acea #ea4204

#04acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04acea Color CSS Codes

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

#04acea Text Font Color

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

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


#04acea Background Color

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

This div background color is #04acea


#04acea Border Color

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

This div border color is #04acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04acea


Comments

No comments written yet.

Please login to write comment.