Color Hex Logo

#206dad Color Hex

#206DAD
(32,109,173)
0 Favorites   0 Comments

Color spaces of #206dad

RGB 32109173
HSL0.580.690.40
HSV207°82°68°
CMYK 0.820.370.00   0.32
XYZ13.607114.261541.5707
Yxy14.26150.19600.2054
Hunter Lab37.7644-1.7714-38.8308
CIE-Lab44.60560.3334-40.5980

#206dad color RGB value is (32,109,173).

#206dad hex color red value is 32, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #206dad hue: 0.58 , saturation: 0.69 and the lightness value of 206dad is 0.40.

The process color (four color CMYK) of #206dad color hex is 0.82, 0.37, 0.00, 0.32. Web safe color of #206dad is #336699. Color #206dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101101 10101101
Octal 40 155 255
Decimal 32 109 173
Hex 20 6D AD

RGB Percentages of Color #206dad

%10.19
%34.71
%55.10

CMYK Percentages of Color #206dad

%82
%37
%0
%32

Triadic Colors of #206dad

#206dad #ad206d #6dad20

Analogous Colors of #206dad

#206dad #2026ad #20ada7

Monochromatic Colors of #206dad

#206dad

Complementary Color

#206dad #ad6020

#206dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#206dad Color CSS Codes

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

#206dad Text Font Color

<p style="color:#206dad">Text here</p>

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


#206dad Background Color

<div style="background-color:#206dad">
Div content here</div>

This div background color is #206dad


#206dad Border Color

<div style="border:3px solid #206dad">
Div here</div>

This div border color is #206dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #206dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #206dad;
  -webkit-box-shadow: 1px 1px 3px 2px #206dad;
  box-shadow:         1px 1px 3px 2px #206dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,109,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 #206dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206dad


Comments

No comments written yet.

Please login to write comment.