Color spaces of #209ddc
RGB | 32 | 157 | 220 |
---|---|---|---|
HSL | 0.56 | 0.75 | 0.49 |
HSV | 200° | 85° | 86° |
CMYK | 0.85 | 0.29 | 0.00 0.14 |
XYZ | 25.5709 | 29.5883 | 72.0735 |
Yxy | 29.5883 | 0.2010 | 0.2326 |
Hunter Lab | 54.3951 | -11.2794 | -40.4826 |
CIE-Lab | 61.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 10011101 | 11011100 |
Octal | 40 | 235 | 334 |
Decimal | 32 | 157 | 220 |
Hex | 20 | 9D | DC |
Shades of #209ddc
Tints of #209ddc
RGB Percentages of Color #209ddc
CMYK Percentages of Color #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.