Color Hex Logo

#209fdc Color Hex

#209FDC
(32,159,220)
0 Favorites   0 Comments

Color spaces of #209fdc

RGB 32159220
HSL0.550.750.49
HSV199°85°86°
CMYK 0.850.280.00   0.14
XYZ25.912130.270772.1873
Yxy30.27070.20190.2358
Hunter Lab55.0188-12.2151-39.2781
CIE-Lab61.8871-11.5115-40.1054

#209fdc color RGB value is (32,159,220).

#209fdc hex color red value is 32, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #209fdc hue: 0.55 , saturation: 0.75 and the lightness value of 209fdc is 0.49.

The process color (four color CMYK) of #209fdc color hex is 0.85, 0.28, 0.00, 0.14. Web safe color of #209fdc is #3399cc. Color #209fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011111 11011100
Octal 40 237 334
Decimal 32 159 220
Hex 20 9F DC

RGB Percentages of Color #209fdc

%7.79
%38.69
%53.53

CMYK Percentages of Color #209fdc

%85
%28
%0
%14

Triadic Colors of #209fdc

#209fdc #dc209f #9fdc20

Analogous Colors of #209fdc

#209fdc #2041dc #20dcbb

Monochromatic Colors of #209fdc

#209fdc

Complementary Color

#209fdc #dc5d20

#209fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#209fdc Color CSS Codes

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

#209fdc Text Font Color

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

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


#209fdc Background Color

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

This div background color is #209fdc


#209fdc Border Color

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

This div border color is #209fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209fdc


Comments

No comments written yet.

Please login to write comment.