Color Hex Logo

#006abc Color Hex

#006ABC
(0,106,188)
0 Favorites   0 Comments

Color spaces of #006abc

RGB 0106188
HSL0.571.000.37
HSV206°100°74°
CMYK 1.000.440.00   0.26
XYZ14.231113.938949.5174
Yxy13.93890.18320.1794
Hunter Lab37.33482.7037-52.5023
CIE-Lab44.14526.2569-50.1036

#006abc color RGB value is (0,106,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 10111100
Octal 0 152 274
Decimal 0 106 188
Hex 0 6A BC

RGB Percentages of Color #006abc

%0.00
%36.05
%63.95

CMYK Percentages of Color #006abc

%100
%44
%0
%26

Triadic Colors of #006abc

#006abc #bc006a #6abc00

Analogous Colors of #006abc

#006abc #000cbc #00bcb0

Monochromatic Colors of #006abc

#006abc

Complementary Color

#006abc #bc5200

#006abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006abc Color CSS Codes

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

#006abc Text Font Color

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

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


#006abc Background Color

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

This div background color is #006abc


#006abc Border Color

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

This div border color is #006abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006abc

#006abc Color Palettes


Comments

No comments written yet.

Please login to write comment.