Color Hex Logo

#049ace Color Hex

#049ACE
(4,154,206)
0 Favorites   0 Comments

Color spaces of #049ace

RGB 4154206
HSL0.540.960.41
HSV195°98°81°
CMYK 0.980.250.00   0.19
XYZ22.746227.593262.5197
Yxy27.59320.20150.2445
Hunter Lab52.5292-14.6321-33.7958
CIE-Lab59.5194-15.0873-36.0265

#049ace color RGB value is (4,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011010 11001110
Octal 4 232 316
Decimal 4 154 206
Hex 4 9A CE

RGB Percentages of Color #049ace

%1.10
%42.31
%56.59

CMYK Percentages of Color #049ace

%98
%25
%0
%19

Triadic Colors of #049ace

#049ace #ce049a #9ace04

Analogous Colors of #049ace

#049ace #0435ce #04ce9d

Monochromatic Colors of #049ace

#049ace

Complementary Color

#049ace #ce3804

#049ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#049ace Color CSS Codes

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

#049ace Text Font Color

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

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


#049ace Background Color

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

This div background color is #049ace


#049ace Border Color

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

This div border color is #049ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049ace


Comments

No comments written yet.

Please login to write comment.