Color Hex Logo

#006bad Color Hex

#006BAD
(0,107,173)
0 Favorites   0 Comments

Color spaces of #006bad

RGB 0107173
HSL0.561.000.34
HSV203°100°68°
CMYK 1.000.380.00   0.32
XYZ12.800513.532541.4725
Yxy13.53250.18880.1996
Hunter Lab36.7865-2.2644-41.0919
CIE-Lab43.5549-0.4114-42.2954

#006bad color RGB value is (0,107,173).

#006bad hex color red value is 0, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #006bad hue: 0.56 , saturation: 1.00 and the lightness value of 006bad is 0.34.

The process color (four color CMYK) of #006bad color hex is 1.00, 0.38, 0.00, 0.32. Web safe color of #006bad is #006699. Color #006bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101011 10101101
Octal 0 153 255
Decimal 0 107 173
Hex 0 6B AD

RGB Percentages of Color #006bad

%0.00
%38.21
%61.79

CMYK Percentages of Color #006bad

%100
%38
%0
%32

Triadic Colors of #006bad

#006bad #ad006b #6bad00

Analogous Colors of #006bad

#006bad #0014ad #00ad99

Monochromatic Colors of #006bad

#006bad

Complementary Color

#006bad #ad4200

#006bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#006bad Color CSS Codes

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

#006bad Text Font Color

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

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


#006bad Background Color

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

This div background color is #006bad


#006bad Border Color

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

This div border color is #006bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006bad


Comments

No comments written yet.

Please login to write comment.