Color spaces of #23ccaf
RGB | 35 | 204 | 175 |
---|---|---|---|
HSL | 0.47 | 0.71 | 0.47 |
HSV | 170° | 83° | 80° |
CMYK | 0.83 | 0.00 | 0.14 0.20 |
XYZ | 30.0239 | 46.6382 | 47.9771 |
Yxy | 46.6382 | 0.2409 | 0.3742 |
Hunter Lab | 68.2922 | -41.0357 | 6.1517 |
CIE-Lab | 73.9577 | -47.2261 | 2.9089 |
#23ccaf color RGB value is (35,204,175).
#23ccaf hex color red value is 35, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #23ccaf hue: 0.47 , saturation: 0.71 and the lightness value of 23ccaf is 0.47.
The process color (four color CMYK) of #23ccaf color hex is 0.83, 0.00, 0.14, 0.20. Web safe color of #23ccaf is #33cc99. Color #23ccaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 11001100 | 10101111 |
Octal | 43 | 314 | 257 |
Decimal | 35 | 204 | 175 |
Hex | 23 | CC | AF |
Shades of #23ccaf
Tints of #23ccaf
RGB Percentages of Color #23ccaf
CMYK Percentages of Color #23ccaf
Complementary Color
#23ccaf | #cc2340 |
#23ccaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#23ccaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#23ccaf Color CSS Codes
.mybgcolor {background-color:#23ccaf; } .myforecolor {color:#23ccaf; } .mybordercolor {border:3px solid #23ccaf; }
#23ccaf Text Font Color
<p style="color:#23ccaf">Text here</p>
This sample text font color is #23ccaf
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.
#23ccaf Background Color
<div style="background-color:#23ccaf">
Div content here</div>
This div background color is #23ccaf
#23ccaf Border Color
<div style="border:3px solid #23ccaf">
Div here</div>
This div border color is #23ccaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,204,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23ccaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #23ccaf; -webkit-box-shadow: 1px 1px 3px 2px #23ccaf; box-shadow: 1px 1px 3px 2px #23ccaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,204,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #23ccaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #23ccaf; -webkit-box-shadow: 1px 1px 3px 2px #23ccaf; box-shadow: 1px 1px 3px 2px #23ccaf;">
Div content here</div>
This div box has shadow with color #23ccaf
Comments
No comments written yet.
Please login to write comment.