Color Hex Logo

#209ddc Color Hex

#209DDC
(32,157,220)
0 Favorites   0 Comments

Color spaces of #209ddc

RGB 32157220
HSL0.560.750.49
HSV200°85°86°
CMYK 0.850.290.00   0.14
XYZ25.570929.588372.0735
Yxy29.58830.20100.2326
Hunter Lab54.3951-11.2794-40.4826
CIE-Lab61.2974-10.3988-41.0305

#209ddc color RGB value is (32,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011101 11011100
Octal 40 235 334
Decimal 32 157 220
Hex 20 9D DC

RGB Percentages of Color #209ddc

%7.82
%38.39
%53.79

CMYK Percentages of Color #209ddc

%85
%29
%0
%14

Triadic Colors of #209ddc

#209ddc #dc209d #9ddc20

Analogous Colors of #209ddc

#209ddc #203fdc #20dcbd

Monochromatic Colors of #209ddc

#209ddc

Complementary Color

#209ddc #dc5f20

#209ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#209ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#209ddc Color CSS Codes

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

#209ddc Text Font Color

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

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


#209ddc Background Color

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

This div background color is #209ddc


#209ddc Border Color

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

This div border color is #209ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #209ddc


Comments

No comments written yet.

Please login to write comment.