Color Hex Logo

#049ac7 Color Hex

#049AC7
(4,154,199)
0 Favorites   0 Comments

Color spaces of #049ac7

RGB 4154199
HSL0.540.960.40
HSV194°98°78°
CMYK 0.980.230.00   0.22
XYZ21.914527.260558.1396
Yxy27.26050.20420.2540
Hunter Lab52.2116-16.4494-29.4736
CIE-Lab59.2147-17.6043-32.5755

#049ac7 color RGB value is (4,154,199).

#049ac7 hex color red value is 4, green value is 154 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #049ac7 hue: 0.54 , saturation: 0.96 and the lightness value of 049ac7 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011010 11000111
Octal 4 232 307
Decimal 4 154 199
Hex 4 9A C7

RGB Percentages of Color #049ac7

%1.12
%43.14
%55.74

CMYK Percentages of Color #049ac7

%98
%23
%0
%22

Triadic Colors of #049ac7

#049ac7 #c7049a #9ac704

Analogous Colors of #049ac7

#049ac7 #0439c7 #04c793

Monochromatic Colors of #049ac7

#049ac7

Complementary Color

#049ac7 #c73104

#049ac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049ac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049ac7 Color CSS Codes

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

#049ac7 Text Font Color

<p style="color:#049ac7">Text here</p>

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


#049ac7 Background Color

<div style="background-color:#049ac7">
Div content here</div>

This div background color is #049ac7


#049ac7 Border Color

<div style="border:3px solid #049ac7">
Div here</div>

This div border color is #049ac7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,154,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049ac7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049ac7;
  -webkit-box-shadow: 1px 1px 3px 2px #049ac7;
  box-shadow:         1px 1px 3px 2px #049ac7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049ac7


Comments

No comments written yet.

Please login to write comment.