Color spaces of #24dfcd
RGB | 36 | 223 | 205 |
---|---|---|---|
HSL | 0.48 | 0.75 | 0.51 |
HSV | 174° | 84° | 87° |
CMYK | 0.84 | 0.00 | 0.08 0.13 |
XYZ | 38.1347 | 57.5582 | 66.8575 |
Yxy | 57.5582 | 0.2346 | 0.3541 |
Hunter Lab | 75.8671 | -43.0442 | 0.8580 |
CIE-Lab | 80.4925 | -47.1390 | -3.6249 |
#24dfcd color RGB value is (36,223,205).
#24dfcd hex color red value is 36, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #24dfcd hue: 0.48 , saturation: 0.75 and the lightness value of 24dfcd is 0.51.
The process color (four color CMYK) of #24dfcd color hex is 0.84, 0.00, 0.08, 0.13. Web safe color of #24dfcd is #33cccc. Color #24dfcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 11011111 | 11001101 |
Octal | 44 | 337 | 315 |
Decimal | 36 | 223 | 205 |
Hex | 24 | DF | CD |
Shades of #24dfcd
Tints of #24dfcd
RGB Percentages of Color #24dfcd
CMYK Percentages of Color #24dfcd
Complementary Color
#24dfcd | #df2436 |
#24dfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#24dfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#24dfcd Color CSS Codes
.mybgcolor {background-color:#24dfcd; } .myforecolor {color:#24dfcd; } .mybordercolor {border:3px solid #24dfcd; }
#24dfcd Text Font Color
<p style="color:#24dfcd">Text here</p>
This sample text font color is #24dfcd
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.
#24dfcd Background Color
<div style="background-color:#24dfcd">
Div content here</div>
This div background color is #24dfcd
#24dfcd Border Color
<div style="border:3px solid #24dfcd">
Div here</div>
This div border color is #24dfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,223,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #24dfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #24dfcd; -webkit-box-shadow: 1px 1px 3px 2px #24dfcd; box-shadow: 1px 1px 3px 2px #24dfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,223,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #24dfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #24dfcd; -webkit-box-shadow: 1px 1px 3px 2px #24dfcd; box-shadow: 1px 1px 3px 2px #24dfcd;">
Div content here</div>
This div box has shadow with color #24dfcd
Comments
No comments written yet.
Please login to write comment.