Color Hex Logo

#006ecc Color Hex

#006ECC
(0,110,204)
0 Favorites   0 Comments

Color spaces of #006ecc

RGB 0110204
HSL0.581.000.40
HSV208°100°80°
CMYK 1.000.460.00   0.20
XYZ16.475015.511559.2524
Yxy15.51150.18060.1700
Hunter Lab39.38465.7453-61.6299
CIE-Lab46.327010.1319-55.8244

#006ecc color RGB value is (0,110,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101110 11001100
Octal 0 156 314
Decimal 0 110 204
Hex 0 6E CC

RGB Percentages of Color #006ecc

%0.00
%35.03
%64.97

CMYK Percentages of Color #006ecc

%100
%46
%0
%20

Triadic Colors of #006ecc

#006ecc #cc006e #6ecc00

Analogous Colors of #006ecc

#006ecc #0008cc #00ccc4

Monochromatic Colors of #006ecc

#006ecc

Complementary Color

#006ecc #cc5e00

#006ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006ecc Color CSS Codes

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

#006ecc Text Font Color

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

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


#006ecc Background Color

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

This div background color is #006ecc


#006ecc Border Color

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

This div border color is #006ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,110,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 #006ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006ecc


Comments

No comments written yet.

Please login to write comment.