Color Hex Logo

#006adc Color Hex

#006ADC
(0,106,220)
0 Favorites   0 Comments

Color spaces of #006adc

RGB 0106220
HSL0.591.000.43
HSV211°100°86°
CMYK 1.000.520.00   0.14
XYZ18.072315.475469.7447
Yxy15.47540.17500.1498
Hunter Lab39.338813.1603-77.5796
CIE-Lab46.278619.0737-65.0270

#006adc color RGB value is (0,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 11011100
Octal 0 152 334
Decimal 0 106 220
Hex 0 6A DC

RGB Percentages of Color #006adc

%0.00
%32.52
%67.48

CMYK Percentages of Color #006adc

%100
%52
%0
%14

Triadic Colors of #006adc

#006adc #dc006a #6adc00

Analogous Colors of #006adc

#006adc #0400dc #00d8dc

Monochromatic Colors of #006adc

#006adc

Complementary Color

#006adc #dc7200

#006adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006adc Color CSS Codes

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

#006adc Text Font Color

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

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


#006adc Background Color

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

This div background color is #006adc


#006adc Border Color

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

This div border color is #006adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006adc


Comments

No comments written yet.

Please login to write comment.