Color spaces of #24ebde
RGB | 36 | 235 | 222 |
---|---|---|---|
HSL | 0.49 | 0.83 | 0.53 |
HSV | 176° | 85° | 92° |
CMYK | 0.85 | 0.00 | 0.06 0.08 |
XYZ | 43.6207 | 65.0657 | 79.3671 |
Yxy | 65.0657 | 0.2320 | 0.3460 |
Hunter Lab | 80.6633 | -44.6325 | -1.8729 |
CIE-Lab | 84.5176 | -47.5905 | -6.6873 |
#24ebde color RGB value is (36,235,222).
#24ebde hex color red value is 36, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #24ebde hue: 0.49 , saturation: 0.83 and the lightness value of 24ebde is 0.53.
The process color (four color CMYK) of #24ebde color hex is 0.85, 0.00, 0.06, 0.08. Web safe color of #24ebde is #33ffcc. Color #24ebde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 11101011 | 11011110 |
Octal | 44 | 353 | 336 |
Decimal | 36 | 235 | 222 |
Hex | 24 | EB | DE |
Shades of #24ebde
Tints of #24ebde
RGB Percentages of Color #24ebde
CMYK Percentages of Color #24ebde
Complementary Color
#24ebde | #eb2431 |
#24ebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#24ebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#24ebde Color CSS Codes
.mybgcolor {background-color:#24ebde; } .myforecolor {color:#24ebde; } .mybordercolor {border:3px solid #24ebde; }
#24ebde Text Font Color
<p style="color:#24ebde">Text here</p>
This sample text font color is #24ebde
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.
#24ebde Background Color
<div style="background-color:#24ebde">
Div content here</div>
This div background color is #24ebde
#24ebde Border Color
<div style="border:3px solid #24ebde">
Div here</div>
This div border color is #24ebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #24ebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #24ebde; -webkit-box-shadow: 1px 1px 3px 2px #24ebde; box-shadow: 1px 1px 3px 2px #24ebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,235,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 #24ebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #24ebde; -webkit-box-shadow: 1px 1px 3px 2px #24ebde; box-shadow: 1px 1px 3px 2px #24ebde;">
Div content here</div>
This div box has shadow with color #24ebde
Comments
No comments written yet.
Please login to write comment.