Color spaces of #2fcaaf
RGB | 47 | 202 | 175 |
---|---|---|---|
HSL | 0.47 | 0.62 | 0.49 |
HSV | 170° | 77° | 79° |
CMYK | 0.77 | 0.00 | 0.13 0.21 |
XYZ | 30.0307 | 45.9405 | 47.8421 |
Yxy | 45.9405 | 0.2425 | 0.3710 |
Hunter Lab | 67.7794 | -39.5269 | 5.5958 |
CIE-Lab | 73.5069 | -45.2571 | 2.2745 |
#2fcaaf color RGB value is (47,202,175).
#2fcaaf hex color red value is 47, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2fcaaf hue: 0.47 , saturation: 0.62 and the lightness value of 2fcaaf is 0.49.
The process color (four color CMYK) of #2fcaaf color hex is 0.77, 0.00, 0.13, 0.21. Web safe color of #2fcaaf is #33cc99. Color #2fcaaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101111 | 11001010 | 10101111 |
Octal | 57 | 312 | 257 |
Decimal | 47 | 202 | 175 |
Hex | 2F | CA | AF |
Shades of #2fcaaf
Tints of #2fcaaf
RGB Percentages of Color #2fcaaf
CMYK Percentages of Color #2fcaaf
Complementary Color
#2fcaaf | #ca2f4a |
#2fcaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2fcaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2fcaaf Color CSS Codes
.mybgcolor {background-color:#2fcaaf; } .myforecolor {color:#2fcaaf; } .mybordercolor {border:3px solid #2fcaaf; }
#2fcaaf Text Font Color
<p style="color:#2fcaaf">Text here</p>
This sample text font color is #2fcaaf
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.
#2fcaaf Background Color
<div style="background-color:#2fcaaf">
Div content here</div>
This div background color is #2fcaaf
#2fcaaf Border Color
<div style="border:3px solid #2fcaaf">
Div here</div>
This div border color is #2fcaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(47,202,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2fcaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2fcaaf; -webkit-box-shadow: 1px 1px 3px 2px #2fcaaf; box-shadow: 1px 1px 3px 2px #2fcaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(47,202,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 #2fcaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2fcaaf; -webkit-box-shadow: 1px 1px 3px 2px #2fcaaf; box-shadow: 1px 1px 3px 2px #2fcaaf;">
Div content here</div>
This div box has shadow with color #2fcaaf
Comments
No comments written yet.
Please login to write comment.