Color spaces of #3acfcb
RGB | 58 | 207 | 203 |
---|---|---|---|
HSL | 0.50 | 0.61 | 0.52 |
HSV | 178° | 72° | 81° |
CMYK | 0.72 | 0.00 | 0.02 0.19 |
XYZ | 34.8372 | 49.8370 | 64.2833 |
Yxy | 49.8370 | 0.2339 | 0.3346 |
Hunter Lab | 70.5953 | -35.4561 | -4.5721 |
CIE-Lab | 75.9691 | -38.5928 | -9.2135 |
#3acfcb color RGB value is (58,207,203).
#3acfcb hex color red value is 58, green value is 207 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3acfcb hue: 0.50 , saturation: 0.61 and the lightness value of 3acfcb is 0.52.
The process color (four color CMYK) of #3acfcb color hex is 0.72, 0.00, 0.02, 0.19. Web safe color of #3acfcb is #33cccc. Color #3acfcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001111 | 11001011 |
Octal | 72 | 317 | 313 |
Decimal | 58 | 207 | 203 |
Hex | 3A | CF | CB |
Shades of #3acfcb
Tints of #3acfcb
RGB Percentages of Color #3acfcb
CMYK Percentages of Color #3acfcb
Complementary Color
#3acfcb | #cf3a3e |
#3acfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3acfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3acfcb Color CSS Codes
.mybgcolor {background-color:#3acfcb; } .myforecolor {color:#3acfcb; } .mybordercolor {border:3px solid #3acfcb; }
#3acfcb Text Font Color
<p style="color:#3acfcb">Text here</p>
This sample text font color is #3acfcb
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.
#3acfcb Background Color
<div style="background-color:#3acfcb">
Div content here</div>
This div background color is #3acfcb
#3acfcb Border Color
<div style="border:3px solid #3acfcb">
Div here</div>
This div border color is #3acfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,207,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3acfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3acfcb; -webkit-box-shadow: 1px 1px 3px 2px #3acfcb; box-shadow: 1px 1px 3px 2px #3acfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,207,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3acfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3acfcb; -webkit-box-shadow: 1px 1px 3px 2px #3acfcb; box-shadow: 1px 1px 3px 2px #3acfcb;">
Div content here</div>
This div box has shadow with color #3acfcb
Comments
No comments written yet.
Please login to write comment.