Color Hex Logo

#04aacb Color Hex

#04AACB
(4,170,203)
0 Favorites   0 Comments

Color spaces of #04aacb

RGB 4170203
HSL0.530.960.41
HSV190°98°80°
CMYK 0.980.160.00   0.20
XYZ25.204333.087161.5579
Yxy33.08710.21030.2761
Hunter Lab57.5214-22.4486-23.1857
CIE-Lab64.2314-24.5954-27.0456

#04aacb color RGB value is (4,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101010 11001011
Octal 4 252 313
Decimal 4 170 203
Hex 4 AA CB

RGB Percentages of Color #04aacb

%1.06
%45.09
%53.85

CMYK Percentages of Color #04aacb

%98
%16
%0
%20

Triadic Colors of #04aacb

#04aacb #cb04aa #aacb04

Analogous Colors of #04aacb

#04aacb #0447cb #04cb89

Monochromatic Colors of #04aacb

#04aacb

Complementary Color

#04aacb #cb2504

#04aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aacb Color CSS Codes

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

#04aacb Text Font Color

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

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


#04aacb Background Color

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

This div background color is #04aacb


#04aacb Border Color

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

This div border color is #04aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aacb


Comments

No comments written yet.

Please login to write comment.