Color spaces of #20cede
RGB | 32 | 206 | 222 |
---|---|---|---|
HSL | 0.51 | 0.75 | 0.50 |
HSV | 185° | 86° | 87° |
CMYK | 0.86 | 0.07 | 0.00 0.13 |
XYZ | 35.8518 | 49.7236 | 76.8153 |
Yxy | 49.7236 | 0.2208 | 0.3062 |
Hunter Lab | 70.5150 | -32.6467 | -15.2269 |
CIE-Lab | 75.8993 | -34.8513 | -19.5963 |
#20cede color RGB value is (32,206,222).
#20cede hex color red value is 32, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #20cede hue: 0.51 , saturation: 0.75 and the lightness value of 20cede is 0.50.
The process color (four color CMYK) of #20cede color hex is 0.86, 0.07, 0.00, 0.13. Web safe color of #20cede is #33cccc. Color #20cede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 11001110 | 11011110 |
Octal | 40 | 316 | 336 |
Decimal | 32 | 206 | 222 |
Hex | 20 | CE | DE |
Shades of #20cede
Tints of #20cede
RGB Percentages of Color #20cede
CMYK Percentages of Color #20cede
Complementary Color
#20cede | #de3020 |
#20cede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#20cede Color Preview on White Background
Lorem ipsum dolor sit amet.
#20cede Color CSS Codes
.mybgcolor {background-color:#20cede; } .myforecolor {color:#20cede; } .mybordercolor {border:3px solid #20cede; }
#20cede Text Font Color
<p style="color:#20cede">Text here</p>
This sample text font color is #20cede
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.
#20cede Background Color
<div style="background-color:#20cede">
Div content here</div>
This div background color is #20cede
#20cede Border Color
<div style="border:3px solid #20cede">
Div here</div>
This div border color is #20cede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,206,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #20cede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #20cede; -webkit-box-shadow: 1px 1px 3px 2px #20cede; box-shadow: 1px 1px 3px 2px #20cede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,206,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #20cede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #20cede; -webkit-box-shadow: 1px 1px 3px 2px #20cede; box-shadow: 1px 1px 3px 2px #20cede;">
Div content here</div>
This div box has shadow with color #20cede
Comments
No comments written yet.
Please login to write comment.