Color Hex Logo

#04a6ce Color Hex

#04A6CE
(4,166,206)
0 Favorites   0 Comments

Color spaces of #04a6ce

RGB 4166206
HSL0.530.960.41
HSV192°98°81°
CMYK 0.980.190.00   0.19
XYZ24.826931.754563.2132
Yxy31.75450.20720.2651
Hunter Lab56.3511-19.9718-27.0642
CIE-Lab63.1395-21.5003-30.3974

#04a6ce color RGB value is (4,166,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10100110 11001110
Octal 4 246 316
Decimal 4 166 206
Hex 4 A6 CE

RGB Percentages of Color #04a6ce

%1.06
%44.15
%54.79

CMYK Percentages of Color #04a6ce

%98
%19
%0
%19

Triadic Colors of #04a6ce

#04a6ce #ce04a6 #a6ce04

Analogous Colors of #04a6ce

#04a6ce #0441ce #04ce91

Monochromatic Colors of #04a6ce

#04a6ce

Complementary Color

#04a6ce #ce2c04

#04a6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04a6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#04a6ce Color CSS Codes

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

#04a6ce Text Font Color

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

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


#04a6ce Background Color

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

This div background color is #04a6ce


#04a6ce Border Color

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

This div border color is #04a6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04a6ce


Comments

No comments written yet.

Please login to write comment.