Color Hex Logo

#206cdd Color Hex

#206CDD
(32,108,221)
0 Favorites   0 Comments

Color spaces of #206cdd

RGB 32108221
HSL0.600.750.50
HSV216°86°87°
CMYK 0.860.510.00   0.13
XYZ19.009416.252770.5418
Yxy16.25270.17970.1536
Hunter Lab40.314613.6168-75.5243
CIE-Lab47.304319.5384-63.9129

#206cdd color RGB value is (32,108,221).

#206cdd hex color red value is 32, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #206cdd hue: 0.60 , saturation: 0.75 and the lightness value of 206cdd is 0.50.

The process color (four color CMYK) of #206cdd color hex is 0.86, 0.51, 0.00, 0.13. Web safe color of #206cdd is #3366cc. Color #206cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101100 11011101
Octal 40 154 335
Decimal 32 108 221
Hex 20 6C DD

RGB Percentages of Color #206cdd

%8.86
%29.92
%61.22

CMYK Percentages of Color #206cdd

%86
%51
%0
%13

Triadic Colors of #206cdd

#206cdd #dd206c #6cdd20

Analogous Colors of #206cdd

#206cdd #3320dd #20cbdd

Monochromatic Colors of #206cdd

#206cdd

Complementary Color

#206cdd #dd9120

#206cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#206cdd Color CSS Codes

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

#206cdd Text Font Color

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

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


#206cdd Background Color

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

This div background color is #206cdd


#206cdd Border Color

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

This div border color is #206cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,108,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206cdd


Comments

No comments written yet.

Please login to write comment.