Color Hex Logo

#209bdd Color Hex

#209BDD
(32,155,221)
0 Favorites   0 Comments

Color spaces of #209bdd

RGB 32155221
HSL0.560.750.50
HSV201°86°87°
CMYK 0.860.300.00   0.13
XYZ25.368228.970272.6614
Yxy28.97020.19970.2281
Hunter Lab53.8240-10.0617-42.3637
CIE-Lab60.7553-8.9176-42.4377

#209bdd color RGB value is (32,155,221).

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

The process color (four color CMYK) of #209bdd color hex is 0.86, 0.30, 0.00, 0.13. Web safe color of #209bdd is #3399cc. Color #209bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011011 11011101
Octal 40 233 335
Decimal 32 155 221
Hex 20 9B DD

RGB Percentages of Color #209bdd

%7.84
%37.99
%54.17

CMYK Percentages of Color #209bdd

%86
%30
%0
%13

Triadic Colors of #209bdd

#209bdd #dd209b #9bdd20

Analogous Colors of #209bdd

#209bdd #203ddd #20ddc1

Monochromatic Colors of #209bdd

#209bdd

Complementary Color

#209bdd #dd6220

#209bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#209bdd Color CSS Codes

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

#209bdd Text Font Color

<p style="color:#209bdd">Text here</p>

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


#209bdd Background Color

<div style="background-color:#209bdd">
Div content here</div>

This div background color is #209bdd


#209bdd Border Color

<div style="border:3px solid #209bdd">
Div here</div>

This div border color is #209bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209bdd


Comments

No comments written yet.

Please login to write comment.