Color Hex Logo

#006acc Color Hex

#006ACC
(0,106,204)
1 Favorites   0 Comments

Color spaces of #006acc

RGB 0106204
HSL0.581.000.40
HSV209°100°80°
CMYK 1.000.480.00   0.20
XYZ16.053114.667759.1118
Yxy14.66770.17870.1633
Hunter Lab38.29847.7975-64.7024
CIE-Lab45.175712.6941-57.6801

#006acc color RGB value is (0,106,204).

#006acc hex color red value is 0, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #006acc hue: 0.58 , saturation: 1.00 and the lightness value of 006acc is 0.40.

The process color (four color CMYK) of #006acc color hex is 1.00, 0.48, 0.00, 0.20. Web safe color of #006acc is #0066cc. Color #006acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 11001100
Octal 0 152 314
Decimal 0 106 204
Hex 0 6A CC

RGB Percentages of Color #006acc

%0.00
%34.19
%65.81

CMYK Percentages of Color #006acc

%100
%48
%0
%20

Triadic Colors of #006acc

#006acc #cc006a #6acc00

Analogous Colors of #006acc

#006acc #0004cc #00ccc8

Monochromatic Colors of #006acc

#006acc

Complementary Color

#006acc #cc6200

#006acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006acc Color CSS Codes

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

#006acc Text Font Color

<p style="color:#006acc">Text here</p>

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


#006acc Background Color

<div style="background-color:#006acc">
Div content here</div>

This div background color is #006acc


#006acc Border Color

<div style="border:3px solid #006acc">
Div here</div>

This div border color is #006acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,106,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006acc;
  -webkit-box-shadow: 1px 1px 3px 2px #006acc;
  box-shadow:         1px 1px 3px 2px #006acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006acc

#006acc Color Palettes


Comments

No comments written yet.

Please login to write comment.