Color Hex Logo

#209dca Color Hex

#209DCA
(32,157,202)
0 Favorites   0 Comments

Color spaces of #209dca

RGB 32157202
HSL0.540.730.46
HSV196°84°79°
CMYK 0.840.220.00   0.21
XYZ23.313328.685360.1852
Yxy28.68530.20780.2557
Hunter Lab53.5587-16.0292-29.1346
CIE-Lab60.5029-16.7676-32.2355

#209dca color RGB value is (32,157,202).

#209dca hex color red value is 32, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #209dca hue: 0.54 , saturation: 0.73 and the lightness value of 209dca is 0.46.

The process color (four color CMYK) of #209dca color hex is 0.84, 0.22, 0.00, 0.21. Web safe color of #209dca is #3399cc. Color #209dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011101 11001010
Octal 40 235 312
Decimal 32 157 202
Hex 20 9D CA

RGB Percentages of Color #209dca

%8.18
%40.15
%51.66

CMYK Percentages of Color #209dca

%84
%22
%0
%21

Triadic Colors of #209dca

#209dca #ca209d #9dca20

Analogous Colors of #209dca

#209dca #2048ca #20caa2

Monochromatic Colors of #209dca

#209dca

Complementary Color

#209dca #ca4d20

#209dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#209dca Color CSS Codes

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

#209dca Text Font Color

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

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


#209dca Background Color

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

This div background color is #209dca


#209dca Border Color

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

This div border color is #209dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209dca


Comments

No comments written yet.

Please login to write comment.