Color Hex Logo

#04aaca Color Hex

#04AACA
(4,170,202)
0 Favorites   0 Comments

Color spaces of #04aaca

RGB 4170202
HSL0.530.960.40
HSV190°98°79°
CMYK 0.980.160.00   0.21
XYZ25.085533.039560.9322
Yxy33.03950.21070.2775
Hunter Lab57.4800-22.6888-22.6149
CIE-Lab64.1929-24.9350-26.5497

#04aaca color RGB value is (4,170,202).

#04aaca hex color red value is 4, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #04aaca hue: 0.53 , saturation: 0.96 and the lightness value of 04aaca is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101010 11001010
Octal 4 252 312
Decimal 4 170 202
Hex 4 AA CA

RGB Percentages of Color #04aaca

%1.06
%45.21
%53.72

CMYK Percentages of Color #04aaca

%98
%16
%0
%21

Triadic Colors of #04aaca

#04aaca #ca04aa #aaca04

Analogous Colors of #04aaca

#04aaca #0447ca #04ca87

Monochromatic Colors of #04aaca

#04aaca

Complementary Color

#04aaca #ca2404

#04aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aaca Color CSS Codes

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

#04aaca Text Font Color

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

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


#04aaca Background Color

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

This div background color is #04aaca


#04aaca Border Color

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

This div border color is #04aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aaca


Comments

No comments written yet.

Please login to write comment.