Color Hex Logo

#046ace Color Hex

#046ACE
(4,106,206)
0 Favorites   0 Comments

Color spaces of #046ace

RGB 4106206
HSL0.580.960.41
HSV210°98°81°
CMYK 0.980.490.00   0.19
XYZ16.344714.790160.3858
Yxy14.79010.17860.1616
Hunter Lab38.45798.5616-66.1754
CIE-Lab45.345413.6261-58.5513

#046ace color RGB value is (4,106,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101010 11001110
Octal 4 152 316
Decimal 4 106 206
Hex 4 6A CE

RGB Percentages of Color #046ace

%1.27
%33.54
%65.19

CMYK Percentages of Color #046ace

%98
%49
%0
%19

Triadic Colors of #046ace

#046ace #ce046a #6ace04

Analogous Colors of #046ace

#046ace #0405ce #04cecd

Monochromatic Colors of #046ace

#046ace

Complementary Color

#046ace #ce6804

#046ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#046ace Color CSS Codes

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

#046ace Text Font Color

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

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


#046ace Background Color

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

This div background color is #046ace


#046ace Border Color

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

This div border color is #046ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,106,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 #046ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046ace


Comments

No comments written yet.

Please login to write comment.